[data] Removed dummy files.

This commit is contained in:
vng 2015-09-01 15:15:04 +03:00 committed by Alex Zolotarev
parent 678a297d64
commit eaa0c3fd5f
4 changed files with 0 additions and 47 deletions

View file

@ -1,47 +0,0 @@
{
"_comment_":"Join = { -1 = MitterJoin, 0 = BevelJoin, 1 = RoundJoin } ",
"_comment_":"Cap = { -1 = SquareCap, 0 = RoundCap, 1 = ButtCap } ",
"_comment_":{
"_comment_":"LineFormat",
"join" : "{ -1 = MitterJoin, 0 = BevelJoin, 1 = RoundJoin }",
"cap" : "{ -1 = SquareCap, 0 = RoundCap, 1 = ButtCap }",
"depth" : "float",
"width" : "float on pixels",
"color" : ["r", "g", "b", "a"],
"geometry" : ["float x0", "float y0", "x1", "y1", "xn", "yn"]
},
"_comment_":{
"_comment_":"AreaFormat",
"depth" : "float",
"color" : ["r", "g", "b", "a"],
"geometry" : ["trg1.x0", "trg1.y0", "trg1.x1", "trg1.y1", "trg1.x1", "trg1.y1", "trg2.x0", "trg2.y0", "trg2.x1", "trg2.y1", "trg2.x1", "trg2.y1"]
},
"_comment_":{
"_comment_":"CircleFormat",
"depth" : "float",
"color" : ["r", "g", "b", "a"],
"radius": "float",
"geometry" : ["centex.x", "centex.y"]
},
"line":{
"join":1,
"cap":0,
"depth":0.0,
"width":33.0,
"color":[255, 0, 0, 255],
"geometry": [720, 375,
720, 625,
845, 625,
845, 425,
680, 425]
},
"area":{
"depth":0.0,
"color":[255, 255, 0, 255],
"geometry":[1500, 300, 200, 300, 200, 200, 1500, 300, 200, 200, 1500, 200]
},
"dyn_square":{
"geometry":[500, 800],
"radius":30.0
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 209 KiB