From 7b8df6541f3b070daa68bae6e115d440945180ad Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Mon, 7 Jan 2019 12:24:12 +1200 Subject: [PATCH] * --- examples/wuwei.grid | 143 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 examples/wuwei.grid diff --git a/examples/wuwei.grid b/examples/wuwei.grid new file mode 100644 index 0000000..b717eb3 --- /dev/null +++ b/examples/wuwei.grid @@ -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 + } + ] +} \ No newline at end of file