aboutsummaryrefslogtreecommitdiffhomepage
path: root/resources
diff options
context:
space:
mode:
authorDevine Lu Linvega <[email protected]>2018-11-22 17:04:08 +1200
committerDevine Lu Linvega <[email protected]>2018-11-22 17:04:08 +1200
commitb7b469175bfcdb46cf16bb9a183c7c624004d444 (patch)
tree37f0523a822cd7f8acc1586e0c0b283d1a44c382 /resources
parent3cff3e24751dfaa325b5ae5b05262fa96244e1f0 (diff)
downloadOrca-b7b469175bfcdb46cf16bb9a183c7c624004d444.tar.gz
Orca-b7b469175bfcdb46cf16bb9a183c7c624004d444.zip
Added resources
Diffstat (limited to 'resources')
-rw-r--r--resources/glyph.grid174
-rw-r--r--resources/glyph.pngbin0 -> 153675 bytes
-rw-r--r--resources/glyph.svg1
-rw-r--r--resources/logo.grid288
-rw-r--r--resources/logo.pngbin0 -> 113367 bytes
-rw-r--r--resources/logo.svg1
6 files changed, 464 insertions, 0 deletions
diff --git a/resources/glyph.grid b/resources/glyph.grid
new file mode 100644
index 0000000..5e59ba6
--- /dev/null
+++ b/resources/glyph.grid
@@ -0,0 +1,174 @@
+{
+ "settings": {
+ "size": {
+ "width": 870,
+ "height": 300
+ }
+ },
+ "layers": [
+ [],
+ [
+ {
+ "type": "arc_c",
+ "vertices": [
+ {
+ "x": 165,
+ "y": 90
+ },
+ {
+ "x": 240,
+ "y": 165
+ },
+ {
+ "x": 165,
+ "y": 240
+ },
+ {
+ "x": 90,
+ "y": 165
+ },
+ {
+ "x": 165,
+ "y": 90
+ }
+ ]
+ },
+ {
+ "type": "close",
+ "vertices": []
+ },
+ {
+ "type": "arc_c_full",
+ "vertices": [
+ {
+ "x": 600,
+ "y": 165
+ },
+ {
+ "x": 525,
+ "y": 90
+ }
+ ]
+ },
+ {
+ "type": "arc_c_full",
+ "vertices": [
+ {
+ "x": 630,
+ "y": 165
+ },
+ {
+ "x": 705,
+ "y": 240
+ }
+ ]
+ },
+ {
+ "type": "arc_c_full",
+ "vertices": [
+ {
+ "x": 345,
+ "y": 240
+ },
+ {
+ "x": 420,
+ "y": 165
+ }
+ ]
+ }
+ ],
+ [
+ {
+ "type": "line",
+ "vertices": [
+ {
+ "x": 255,
+ "y": 75
+ },
+ {
+ "x": 255,
+ "y": 255
+ }
+ ]
+ },
+ {
+ "type": "line",
+ "vertices": [
+ {
+ "x": 435,
+ "y": 75
+ },
+ {
+ "x": 435,
+ "y": 255
+ }
+ ]
+ },
+ {
+ "type": "line",
+ "vertices": [
+ {
+ "x": 615,
+ "y": 75
+ },
+ {
+ "x": 615,
+ "y": 255
+ }
+ ]
+ },
+ {
+ "type": "line",
+ "vertices": [
+ {
+ "x": 795,
+ "y": 75
+ },
+ {
+ "x": 795,
+ "y": 255
+ }
+ ]
+ },
+ {
+ "type": "line",
+ "vertices": [
+ {
+ "x": 75,
+ "y": 75
+ },
+ {
+ "x": 75,
+ "y": 255
+ }
+ ]
+ }
+ ]
+ ],
+ "styles": [
+ {
+ "thickness": 31,
+ "strokeLinecap": "round",
+ "strokeLinejoin": "round",
+ "color": "#000",
+ "fill": "none",
+ "mirror_style": 0
+ },
+ {
+ "thickness": 30,
+ "strokeLinecap": "butt",
+ "strokeLinejoin": "bevel",
+ "color": "#000",
+ "fill": "none",
+ "mirror_style": 0
+ },
+ {
+ "thickness": 1,
+ "strokeLinecap": "round",
+ "strokeLinejoin": "round",
+ "color": "#ddd",
+ "fill": "none",
+ "mirror_style": 0
+ }
+ ]
+} \ No newline at end of file
diff --git a/resources/glyph.png b/resources/glyph.png
new file mode 100644
index 0000000..8ea6c88
--- /dev/null
+++ b/resources/glyph.png
Binary files differ
diff --git a/resources/glyph.svg b/resources/glyph.svg
new file mode 100644
index 0000000..89fc9fb
--- /dev/null
+++ b/resources/glyph.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1" width="880px" height="310px" style="fill: none; width: 880px; height: 310px; stroke-width: 31;"><path d="M245,65 L245,65 L245,245 M425,65 L425,65 L425,245 M605,65 L605,65 L605,245 M785,65 L785,65 L785,245 M65,65 L65,65 L65,245 " style="stroke-width: 1; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(221, 221, 221); fill: none;"/><path d="M155,80 A75,75 0 0,1 230,155 A75,75 0 0,1 155,230 A75,75 0 0,1 80,155 A75,75 0 0,1 155,80 Z M590,155 A75,75 0 1,1 515,80 M620,155 A75,75 0 1,1 695,230 M335,230 A75,75 0 1,1 410,155 " style="stroke-width: 30; stroke-linecap: butt; stroke-linejoin: bevel; stroke: rgb(0, 0, 0); fill: none;"/><path d="" style="stroke-width: 31; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(0, 0, 0); fill: none;"/></svg> \ No newline at end of file
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
diff --git a/resources/logo.png b/resources/logo.png
new file mode 100644
index 0000000..934fa69
--- /dev/null
+++ b/resources/logo.png
Binary files differ
diff --git a/resources/logo.svg b/resources/logo.svg
new file mode 100644
index 0000000..26350e3
--- /dev/null
+++ b/resources/logo.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1" width="850px" height="310px" style="fill: none; width: 850px; height: 310px; stroke-width: 2;"><path d="M245,65 L245,65 L245,215 M425,65 L425,65 L425,215 M605,65 L605,65 L605,215 " style="stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(221, 221, 221); fill: none;"/><path d="" style="stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(255, 0, 0); fill: none;"/><path d="M575,110 A15,15 0 0,0 560,95 A90,0 0 0,0 470,95 A15,15 0 0,0 455,110 A0,60 0 0,0 455,170 A15,15 0 0,0 470,185 A90,0 0 0,0 560,185 A15,15 0 0,0 575,170 M275,95 A105,0 0 0,1 380,95 A15,15 0 0,1 395,110 A0,15 0 0,1 395,125 A15,15 0 0,1 380,140 A105,0 0 0,1 275,140 M380,140 A15,15 0 0,1 395,155 A0,30 0 0,1 395,185 M635,95 A105,0 0 0,1 740,95 A15,15 0 0,1 755,110 A0,75 0 0,1 755,185 M755,125 A15,15 0 0,1 740,140 A90,0 0 0,0 650,140 A15,15 0 0,0 635,155 A0,0 0 0,0 635,155 A0,15 0 0,0 635,170 A15,15 0 0,0 650,185 A90,0 0 0,0 740,185 A15,15 0 0,0 755,170 M275,95 L275,95 L275,185 M215,170 A15,15 0 0,1 200,185 A90,0 0 0,1 110,185 A15,15 0 0,1 95,170 A0,60 0 0,1 95,110 A15,15 0 0,1 110,95 A90,0 0 0,1 200,95 A15,15 0 0,1 215,110 Z " style="stroke-width: 12; stroke-linecap: square; stroke-linejoin: round; stroke: rgb(0, 0, 0); fill: none;"/></svg> \ No newline at end of file