This commit is contained in:
Devine Lu Linvega 2019-01-07 12:24:12 +12:00
parent 3413c4c984
commit 7b8df6541f

143
examples/wuwei.grid Normal file
View File

@ -0,0 +1,143 @@
{
"settings": {
"size": {
"width": 315,
"height": 300
}
},
"layers": [
[
{
"type": "arc_c",
"vertices": [
{
"x": 135,
"y": 165
},
{
"x": 165,
"y": 135
},
{
"x": 195,
"y": 165
},
{
"x": 165,
"y": 195
},
{
"x": 135,
"y": 165
}
]
}
],
[
{
"type": "arc_r",
"vertices": [
{
"x": 135,
"y": 225
},
{
"x": 195,
"y": 165
}
]
},
{
"type": "arc_c",
"vertices": [
{
"x": 135,
"y": 165
},
{
"x": 195,
"y": 105
},
{
"x": 195,
"y": 105
},
{
"x": 255,
"y": 165
}
]
},
{
"type": "arc_c",
"vertices": [
{
"x": 135,
"y": 225
},
{
"x": 75,
"y": 165
}
]
}
],
[
{
"type": "arc_c",
"vertices": [
{
"x": 165,
"y": 75
},
{
"x": 255,
"y": 165
},
{
"x": 165,
"y": 255
},
{
"x": 75,
"y": 165
},
{
"x": 165,
"y": 75
}
]
},
{
"type": "close",
"vertices": []
}
]
],
"styles": [
{
"thickness": 2,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#000",
"fill": "none",
"mirror_style": 0
},
{
"thickness": 2,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#000",
"fill": "none",
"mirror_style": 0
},
{
"thickness": 2,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#000",
"fill": "none",
"mirror_style": 0
}
]
}