diff options
author | Devine Lu Linvega <[email protected]> | 2018-11-22 17:04:08 +1200 |
---|---|---|
committer | Devine Lu Linvega <[email protected]> | 2018-11-22 17:04:08 +1200 |
commit | b7b469175bfcdb46cf16bb9a183c7c624004d444 (patch) | |
tree | 37f0523a822cd7f8acc1586e0c0b283d1a44c382 /resources/logo.grid | |
parent | 3cff3e24751dfaa325b5ae5b05262fa96244e1f0 (diff) | |
download | Orca-b7b469175bfcdb46cf16bb9a183c7c624004d444.tar.gz Orca-b7b469175bfcdb46cf16bb9a183c7c624004d444.zip |
Added resources
Diffstat (limited to 'resources/logo.grid')
-rw-r--r-- | resources/logo.grid | 288 |
1 files changed, 288 insertions, 0 deletions
diff --git a/resources/logo.grid b/resources/logo.grid new file mode 100644 index 0000000..6037f2f --- /dev/null +++ b/resources/logo.grid @@ -0,0 +1,288 @@ +{ + "settings": { + "size": { + "width": 855, + "height": 300 + } + }, + "layers": [ + [ + { + "type": "arc_r", + "vertices": [ + { + "x": 585, + "y": 120 + }, + { + "x": 570, + "y": 105 + }, + { + "x": 480, + "y": 105 + }, + { + "x": 465, + "y": 120 + }, + { + "x": 465, + "y": 180 + }, + { + "x": 480, + "y": 195 + }, + { + "x": 570, + "y": 195 + }, + { + "x": 585, + "y": 180 + } + ] + }, + { + "type": "arc_c", + "vertices": [ + { + "x": 285, + "y": 105 + }, + { + "x": 390, + "y": 105 + }, + { + "x": 405, + "y": 120 + }, + { + "x": 405, + "y": 135 + }, + { + "x": 390, + "y": 150 + }, + { + "x": 285, + "y": 150 + } + ] + }, + { + "type": "arc_c", + "vertices": [ + { + "x": 390, + "y": 150 + }, + { + "x": 405, + "y": 165 + }, + { + "x": 405, + "y": 195 + } + ] + }, + { + "type": "arc_c", + "vertices": [ + { + "x": 645, + "y": 105 + }, + { + "x": 750, + "y": 105 + }, + { + "x": 765, + "y": 120 + }, + { + "x": 765, + "y": 195 + } + ] + }, + { + "type": "arc_c", + "vertices": [ + { + "x": 765, + "y": 135 + }, + { + "x": 750, + "y": 150 + } + ] + }, + { + "type": "arc_r", + "vertices": [ + { + "x": 750, + "y": 150 + }, + { + "x": 660, + "y": 150 + }, + { + "x": 645, + "y": 165 + }, + { + "x": 645, + "y": 165 + }, + { + "x": 645, + "y": 180 + }, + { + "x": 660, + "y": 195 + }, + { + "x": 750, + "y": 195 + }, + { + "x": 765, + "y": 180 + } + ] + }, + { + "type": "line", + "vertices": [ + { + "x": 285, + "y": 105 + }, + { + "x": 285, + "y": 195 + } + ] + }, + { + "type": "arc_c", + "vertices": [ + { + "x": 225, + "y": 180 + }, + { + "x": 210, + "y": 195 + }, + { + "x": 120, + "y": 195 + }, + { + "x": 105, + "y": 180 + }, + { + "x": 105, + "y": 120 + }, + { + "x": 120, + "y": 105 + }, + { + "x": 210, + "y": 105 + }, + { + "x": 225, + "y": 120 + } + ] + }, + { + "type": "close", + "vertices": [] + } + ], + [], + [ + { + "type": "line", + "vertices": [ + { + "x": 255, + "y": 75 + }, + { + "x": 255, + "y": 225 + } + ] + }, + { + "type": "line", + "vertices": [ + { + "x": 435, + "y": 75 + }, + { + "x": 435, + "y": 225 + } + ] + }, + { + "type": "line", + "vertices": [ + { + "x": 615, + "y": 75 + }, + { + "x": 615, + "y": 225 + } + ] + } + ] + ], + "styles": [ + { + "thickness": 12, + "strokeLinecap": "square", + "strokeLinejoin": "round", + "color": "#000", + "fill": "none", + "mirror_style": 0 + }, + { + "thickness": 5, + "strokeLinecap": "round", + "strokeLinejoin": "round", + "color": "#f00", + "fill": "none", + "mirror_style": 0 + }, + { + "thickness": 2, + "strokeLinecap": "round", + "strokeLinejoin": "round", + "color": "#ddd", + "fill": "none", + "mirror_style": 0 + } + ] +}
\ No newline at end of file |