pointvec/examples/taijitu.grid

204 lines
3.3 KiB
Plaintext
Raw Normal View History

2019-01-06 19:24:12 -05:00
{
"settings": {
"size": {
"width": 315,
"height": 300
}
},
"layers": [
[
{
2019-01-07 17:34:57 -05:00
"type": "arc_r",
2019-01-06 19:24:12 -05:00
"vertices": [
{
"x": 135,
2019-01-07 17:34:57 -05:00
"y": 225
2019-01-06 19:24:12 -05:00
},
{
2019-01-07 17:34:57 -05:00
"x": 195,
"y": 165
}
]
},
{
"type": "arc_c",
"vertices": [
{
"x": 135,
"y": 165
2019-01-06 19:24:12 -05:00
},
{
"x": 195,
2019-01-07 17:34:57 -05:00
"y": 105
2019-01-06 19:24:12 -05:00
},
{
2019-01-07 17:34:57 -05:00
"x": 195,
"y": 105
2019-01-06 19:24:12 -05:00
},
{
2019-01-07 17:34:57 -05:00
"x": 255,
2019-01-06 19:24:12 -05:00
"y": 165
}
]
2019-01-07 17:34:57 -05:00
},
2019-01-06 19:24:12 -05:00
{
2019-01-07 17:34:57 -05:00
"type": "arc_c",
2019-01-06 19:24:12 -05:00
"vertices": [
{
"x": 135,
"y": 225
},
{
2019-01-07 17:34:57 -05:00
"x": 75,
2019-01-06 19:24:12 -05:00
"y": 165
}
]
},
{
"type": "arc_c",
"vertices": [
{
"x": 135,
"y": 165
},
{
2019-01-07 17:34:57 -05:00
"x": 165,
"y": 135
2019-01-06 19:24:12 -05:00
},
{
"x": 195,
2019-01-07 17:34:57 -05:00
"y": 165
2019-01-06 19:24:12 -05:00
},
{
2019-01-07 17:34:57 -05:00
"x": 165,
"y": 195
},
{
"x": 135,
2019-01-06 19:24:12 -05:00
"y": 165
}
]
},
{
"type": "arc_c",
"vertices": [
{
2019-01-07 17:34:57 -05:00
"x": 165,
"y": 75
},
{
"x": 255,
"y": 165
},
{
"x": 165,
"y": 255
2019-01-06 19:24:12 -05:00
},
{
"x": 75,
"y": 165
2019-01-07 17:34:57 -05:00
},
{
"x": 165,
"y": 75
2019-01-06 19:24:12 -05:00
}
]
2019-01-07 17:34:57 -05:00
},
{
"type": "close",
"vertices": []
2019-01-06 19:24:12 -05:00
}
],
[
{
2019-01-07 17:34:57 -05:00
"type": "arc_r",
2019-01-06 19:24:12 -05:00
"vertices": [
2019-01-07 17:34:57 -05:00
{
"x": 255,
"y": 165
},
2019-01-06 19:24:12 -05:00
{
"x": 165,
"y": 75
},
{
2019-01-07 17:34:57 -05:00
"x": 75,
2019-01-06 19:24:12 -05:00
"y": 165
},
{
2019-01-07 17:34:57 -05:00
"x": 135,
"y": 225
2019-01-06 19:24:12 -05:00
},
{
2019-01-07 17:34:57 -05:00
"x": 195,
"y": 165
}
]
},
{
"type": "arc_c",
"vertices": [
{
"x": 195,
"y": 165
},
{
"x": 195,
2019-01-06 19:24:12 -05:00
"y": 165
},
{
"x": 165,
2019-01-07 17:34:57 -05:00
"y": 195
},
{
"x": 135,
"y": 165
},
{
"x": 135,
"y": 165
},
{
"x": 195,
"y": 105
},
{
"x": 255,
"y": 165
2019-01-06 19:24:12 -05:00
}
]
},
{
"type": "close",
"vertices": []
}
2019-01-07 17:34:57 -05:00
],
[]
2019-01-06 19:24:12 -05:00
],
"styles": [
{
"thickness": 2,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#000",
"fill": "none",
"mirror_style": 0
},
{
"thickness": 2,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#000",
2019-01-07 17:34:57 -05:00
"fill": "#000",
2019-01-06 19:24:12 -05:00
"mirror_style": 0
},
{
"thickness": 2,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#000",
"fill": "none",
"mirror_style": 0
}
]
}