script: render each letter
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Cadey Ratio 2020-05-11 15:23:04 -04:00
parent d0280a52e9
commit 11951c84a1
45 changed files with 1607 additions and 42 deletions

60
script/letters/a.grid Normal file
View File

@ -0,0 +1,60 @@
{
"settings": {
"size": {
"width": 480,
"height": 480
}
},
"layers": [
[
{
"type": "line",
"vertices": [
{
"x": 150,
"y": 210
},
{
"x": 240,
"y": 300
},
{
"x": 330,
"y": 210
}
]
}
],
[],
[]
],
"styles": [
{
"thickness": 35,
"strokeLinecap": "square",
"strokeLinejoin": "round",
"color": "#ffffff",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#777777",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#444444",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
}
]
}

1
script/letters/a.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1" style="fill: none;" width="480px" height="480px"><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(68, 68, 68); fill: none;" d=""/><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(119, 119, 119); fill: none;" d=""/><path style="stroke-width: 35px; stroke-linecap: square; stroke-linejoin: round; stroke: rgb(255, 255, 255); fill: none;" d="M150,210 L150,210 L240,300 L330,210 "/></svg>

After

Width:  |  Height:  |  Size: 543 B

108
script/letters/b.grid Normal file
View File

@ -0,0 +1,108 @@
{
"settings": {
"size": {
"width": 480,
"height": 480
}
},
"layers": [
[
{
"type": "line",
"vertices": [
{
"x": 60,
"y": 60
},
{
"x": 150,
"y": 150
}
]
},
{
"type": "arc_r",
"vertices": [
{
"x": 60,
"y": 240
},
{
"x": 240,
"y": 420
}
]
},
{
"type": "arc_c",
"vertices": [
{
"x": 240,
"y": 60
},
{
"x": 420,
"y": 240
}
]
},
{
"type": "line",
"vertices": [
{
"x": 360,
"y": 120
},
{
"x": 120,
"y": 360
}
]
},
{
"type": "line",
"vertices": [
{
"x": 420,
"y": 420
},
{
"x": 330,
"y": 330
}
]
}
],
[],
[]
],
"styles": [
{
"thickness": 35,
"strokeLinecap": "square",
"strokeLinejoin": "round",
"color": "#ffffff",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#777777",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#444444",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
}
]
}

1
script/letters/b.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1" style="fill: none;" width="480px" height="480px"><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(68, 68, 68); fill: none;" d=""/><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(119, 119, 119); fill: none;" d=""/><path style="stroke-width: 35px; stroke-linecap: square; stroke-linejoin: round; stroke: rgb(255, 255, 255); fill: none;" d="M60,60 L60,60 L150,150 M60,240 A180,180 0 0,0 240,420 M240,60 A180,180 0 0,1 420,240 M360,120 L360,120 L120,360 M420,420 L420,420 L330,330 "/></svg>

After

Width:  |  Height:  |  Size: 646 B

64
script/letters/d.grid Normal file
View File

@ -0,0 +1,64 @@
{
"settings": {
"size": {
"width": 480,
"height": 480
}
},
"layers": [
[
{
"type": "arc_r",
"vertices": [
{
"x": 420,
"y": 60
},
{
"x": 60,
"y": 60
},
{
"x": 240,
"y": 420
},
{
"x": 420,
"y": 60
}
]
}
],
[],
[]
],
"styles": [
{
"thickness": 35,
"strokeLinecap": "square",
"strokeLinejoin": "round",
"color": "#ffffff",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#777777",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#444444",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
}
]
}

1
script/letters/d.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1" style="fill: none;" width="480px" height="480px"><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(68, 68, 68); fill: none;" d=""/><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(119, 119, 119); fill: none;" d=""/><path style="stroke-width: 35px; stroke-linecap: square; stroke-linejoin: round; stroke: rgb(255, 255, 255); fill: none;" d="M420,60 L60,60 A180,360 0 0,0 240,420 A180,360 0 0,0 420,60 "/></svg>

After

Width:  |  Height:  |  Size: 567 B

60
script/letters/e.grid Normal file
View File

@ -0,0 +1,60 @@
{
"settings": {
"size": {
"width": 480,
"height": 480
}
},
"layers": [
[
{
"type": "line",
"vertices": [
{
"x": 150,
"y": 300
},
{
"x": 240,
"y": 210
},
{
"x": 330,
"y": 300
}
]
}
],
[],
[]
],
"styles": [
{
"thickness": 35,
"strokeLinecap": "square",
"strokeLinejoin": "round",
"color": "#ffffff",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#777777",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#444444",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
}
]
}

1
script/letters/e.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1" style="fill: none;" width="480px" height="480px"><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(68, 68, 68); fill: none;" d=""/><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(119, 119, 119); fill: none;" d=""/><path style="stroke-width: 35px; stroke-linecap: square; stroke-linejoin: round; stroke: rgb(255, 255, 255); fill: none;" d="M150,300 L150,300 L240,210 L330,300 "/></svg>

After

Width:  |  Height:  |  Size: 543 B

73
script/letters/g.grid Normal file
View File

@ -0,0 +1,73 @@
{
"settings": {
"size": {
"width": 480,
"height": 480
}
},
"layers": [
[
{
"type": "arc_c",
"vertices": [
{
"x": 240,
"y": 60
},
{
"x": 60,
"y": 240
},
{
"x": 240,
"y": 420
}
]
},
{
"type": "line",
"vertices": [
{
"x": 240,
"y": 240
},
{
"x": 420,
"y": 240
}
]
}
],
[],
[]
],
"styles": [
{
"thickness": 35,
"strokeLinecap": "square",
"strokeLinejoin": "round",
"color": "#ffffff",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#777777",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#444444",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
}
]
}

1
script/letters/g.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1" style="fill: none;" width="480px" height="480px"><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(68, 68, 68); fill: none;" d=""/><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(119, 119, 119); fill: none;" d=""/><path style="stroke-width: 35px; stroke-linecap: square; stroke-linejoin: round; stroke: rgb(255, 255, 255); fill: none;" d="M240,60 A180,180 0 0,1 60,240 A180,180 0 0,1 240,420 M240,240 L240,240 L420,240 "/></svg>

After

Width:  |  Height:  |  Size: 587 B

60
script/letters/h.grid Normal file
View File

@ -0,0 +1,60 @@
{
"settings": {
"size": {
"width": 480,
"height": 480
}
},
"layers": [
[
{
"type": "arc_c",
"vertices": [
{
"x": 420,
"y": 420
},
{
"x": 240,
"y": 60
},
{
"x": 60,
"y": 420
}
]
}
],
[],
[]
],
"styles": [
{
"thickness": 35,
"strokeLinecap": "square",
"strokeLinejoin": "round",
"color": "#ffffff",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#777777",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#444444",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
}
]
}

1
script/letters/h.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1" style="fill: none;" width="480px" height="480px"><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(68, 68, 68); fill: none;" d=""/><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(119, 119, 119); fill: none;" d=""/><path style="stroke-width: 35px; stroke-linecap: square; stroke-linejoin: round; stroke: rgb(255, 255, 255); fill: none;" d="M420,420 A180,360 0 0,1 240,60 A180,360 0 0,1 60,420 "/></svg>

After

Width:  |  Height:  |  Size: 560 B

60
script/letters/i.grid Normal file
View File

@ -0,0 +1,60 @@
{
"settings": {
"size": {
"width": 480,
"height": 480
}
},
"layers": [
[
{
"type": "line",
"vertices": [
{
"x": 150,
"y": 240
},
{
"x": 240,
"y": 240
},
{
"x": 330,
"y": 240
}
]
}
],
[],
[]
],
"styles": [
{
"thickness": 35,
"strokeLinecap": "square",
"strokeLinejoin": "round",
"color": "#ffffff",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#777777",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#444444",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
}
]
}

1
script/letters/i.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1" style="fill: none;" width="480px" height="480px"><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(68, 68, 68); fill: none;" d=""/><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(119, 119, 119); fill: none;" d=""/><path style="stroke-width: 35px; stroke-linecap: square; stroke-linejoin: round; stroke: rgb(255, 255, 255); fill: none;" d="M150,240 L150,240 L240,240 L330,240 "/></svg>

After

Width:  |  Height:  |  Size: 543 B

82
script/letters/j.grid Normal file
View File

@ -0,0 +1,82 @@
{
"settings": {
"size": {
"width": 480,
"height": 480
}
},
"layers": [
[
{
"type": "arc_r",
"vertices": [
{
"x": 60,
"y": 60
},
{
"x": 240,
"y": 240
}
]
},
{
"type": "arc_c",
"vertices": [
{
"x": 240,
"y": 240
},
{
"x": 420,
"y": 60
}
]
},
{
"type": "line",
"vertices": [
{
"x": 240,
"y": 240
},
{
"x": 240,
"y": 420
}
]
}
],
[],
[]
],
"styles": [
{
"thickness": 35,
"strokeLinecap": "square",
"strokeLinejoin": "round",
"color": "#ffffff",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#777777",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#444444",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
}
]
}

1
script/letters/j.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1" style="fill: none;" width="480px" height="480px"><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(68, 68, 68); fill: none;" d=""/><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(119, 119, 119); fill: none;" d=""/><path style="stroke-width: 35px; stroke-linecap: square; stroke-linejoin: round; stroke: rgb(255, 255, 255); fill: none;" d="M60,60 A180,180 0 0,0 240,240 A180,180 0 0,1 420,60 M240,240 L240,240 L240,420 "/></svg>

After

Width:  |  Height:  |  Size: 586 B

86
script/letters/k.grid Normal file
View File

@ -0,0 +1,86 @@
{
"settings": {
"size": {
"width": 480,
"height": 480
}
},
"layers": [
[
{
"type": "arc_r",
"vertices": [
{
"x": 60,
"y": 240
},
{
"x": 240,
"y": 420
}
]
},
{
"type": "arc_c",
"vertices": [
{
"x": 60,
"y": 60
},
{
"x": 240,
"y": 240
},
{
"x": 420,
"y": 420
}
]
},
{
"type": "arc_c",
"vertices": [
{
"x": 300,
"y": 60
},
{
"x": 420,
"y": 180
}
]
}
],
[],
[]
],
"styles": [
{
"thickness": 35,
"strokeLinecap": "square",
"strokeLinejoin": "round",
"color": "#ffffff",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#777777",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#444444",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
}
]
}

1
script/letters/k.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1" style="fill: none;" width="480px" height="480px"><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(68, 68, 68); fill: none;" d=""/><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(119, 119, 119); fill: none;" d=""/><path style="stroke-width: 35px; stroke-linecap: square; stroke-linejoin: round; stroke: rgb(255, 255, 255); fill: none;" d="M60,240 A180,180 0 0,0 240,420 M60,60 A180,180 0 0,1 240,240 A180,180 0 0,1 420,420 M300,60 A120,120 0 0,1 420,180 "/></svg>

After

Width:  |  Height:  |  Size: 622 B

73
script/letters/l.grid Normal file
View File

@ -0,0 +1,73 @@
{
"settings": {
"size": {
"width": 480,
"height": 480
}
},
"layers": [
[
{
"type": "arc_c",
"vertices": [
{
"x": 60,
"y": 60
},
{
"x": 240,
"y": 60
},
{
"x": 420,
"y": 420
}
]
},
{
"type": "line",
"vertices": [
{
"x": 150,
"y": 60
},
{
"x": 150,
"y": 420
}
]
}
],
[],
[]
],
"styles": [
{
"thickness": 35,
"strokeLinecap": "square",
"strokeLinejoin": "round",
"color": "#ffffff",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#777777",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#444444",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
}
]
}

1
script/letters/l.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1" style="fill: none;" width="480px" height="480px"><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(68, 68, 68); fill: none;" d=""/><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(119, 119, 119); fill: none;" d=""/><path style="stroke-width: 35px; stroke-linecap: square; stroke-linejoin: round; stroke: rgb(255, 255, 255); fill: none;" d="M60,60 L240,60 A180,360 0 0,1 420,420 M150,60 L150,60 L150,420 "/></svg>

After

Width:  |  Height:  |  Size: 570 B

64
script/letters/m.grid Normal file
View File

@ -0,0 +1,64 @@
{
"settings": {
"size": {
"width": 480,
"height": 480
}
},
"layers": [
[
{
"type": "arc_r",
"vertices": [
{
"x": 60,
"y": 420
},
{
"x": 420,
"y": 420
},
{
"x": 240,
"y": 60
},
{
"x": 60,
"y": 420
}
]
}
],
[],
[]
],
"styles": [
{
"thickness": 35,
"strokeLinecap": "square",
"strokeLinejoin": "round",
"color": "#ffffff",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#777777",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#444444",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
}
]
}

1
script/letters/m.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1" style="fill: none;" width="480px" height="480px"><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(68, 68, 68); fill: none;" d=""/><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(119, 119, 119); fill: none;" d=""/><path style="stroke-width: 35px; stroke-linecap: square; stroke-linejoin: round; stroke: rgb(255, 255, 255); fill: none;" d="M60,420 L420,420 A180,360 0 0,0 240,60 A180,360 0 0,0 60,420 "/></svg>

After

Width:  |  Height:  |  Size: 568 B

73
script/letters/n.grid Normal file
View File

@ -0,0 +1,73 @@
{
"settings": {
"size": {
"width": 480,
"height": 480
}
},
"layers": [
[
{
"type": "line",
"vertices": [
{
"x": 60,
"y": 60
},
{
"x": 60,
"y": 150
}
]
},
{
"type": "arc_c",
"vertices": [
{
"x": 60,
"y": 150
},
{
"x": 420,
"y": 420
},
{
"x": 60,
"y": 420
}
]
}
],
[],
[]
],
"styles": [
{
"thickness": 35,
"strokeLinecap": "square",
"strokeLinejoin": "round",
"color": "#ffffff",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#777777",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#444444",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
}
]
}

1
script/letters/n.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1" style="fill: none;" width="480px" height="480px"><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(68, 68, 68); fill: none;" d=""/><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(119, 119, 119); fill: none;" d=""/><path style="stroke-width: 35px; stroke-linecap: square; stroke-linejoin: round; stroke: rgb(255, 255, 255); fill: none;" d="M60,60 L60,60 L60,150 A360,270 0 0,1 420,420 L60,420 "/></svg>

After

Width:  |  Height:  |  Size: 560 B

68
script/letters/o.grid Normal file
View File

@ -0,0 +1,68 @@
{
"settings": {
"size": {
"width": 480,
"height": 480
}
},
"layers": [
[
{
"type": "arc_c",
"vertices": [
{
"x": 240,
"y": 150
},
{
"x": 330,
"y": 240
},
{
"x": 240,
"y": 330
},
{
"x": 150,
"y": 240
},
{
"x": 240,
"y": 150
}
]
}
],
[],
[]
],
"styles": [
{
"thickness": 35,
"strokeLinecap": "square",
"strokeLinejoin": "round",
"color": "#ffffff",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#777777",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#444444",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
}
]
}

1
script/letters/o.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1" style="fill: none;" width="480px" height="480px"><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(68, 68, 68); fill: none;" d=""/><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(119, 119, 119); fill: none;" d=""/><path style="stroke-width: 35px; stroke-linecap: square; stroke-linejoin: round; stroke: rgb(255, 255, 255); fill: none;" d="M240,150 A90,90 0 0,1 330,240 A90,90 0 0,1 240,330 A90,90 0 0,1 150,240 A90,90 0 0,1 240,150 "/></svg>

After

Width:  |  Height:  |  Size: 600 B

77
script/letters/p.grid Normal file
View File

@ -0,0 +1,77 @@
{
"settings": {
"size": {
"width": 480,
"height": 480
}
},
"layers": [
[
{
"type": "line",
"vertices": [
{
"x": 120,
"y": 420
},
{
"x": 120,
"y": 150
},
{
"x": 120,
"y": 150
}
]
},
{
"type": "line",
"vertices": [
{
"x": 330,
"y": 420
},
{
"x": 330,
"y": 150
},
{
"x": 120,
"y": 150
}
]
}
],
[],
[]
],
"styles": [
{
"thickness": 35,
"strokeLinecap": "square",
"strokeLinejoin": "round",
"color": "#ffffff",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#777777",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#444444",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
}
]
}

1
script/letters/p.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1" style="fill: none;" width="480px" height="480px"><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(68, 68, 68); fill: none;" d=""/><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(119, 119, 119); fill: none;" d=""/><path style="stroke-width: 35px; stroke-linecap: square; stroke-linejoin: round; stroke: rgb(255, 255, 255); fill: none;" d="M120,420 L120,420 L120,150 L120,150 M330,420 L330,420 L330,150 L120,150 "/></svg>

After

Width:  |  Height:  |  Size: 579 B

101
script/letters/q.grid Normal file
View File

@ -0,0 +1,101 @@
{
"settings": {
"size": {
"width": 480,
"height": 480
}
},
"layers": [
[
{
"type": "line",
"vertices": [
{
"x": 240,
"y": 240
},
{
"x": 420,
"y": 240
},
{
"x": 420,
"y": 60
},
{
"x": 240,
"y": 60
},
{
"x": 60,
"y": 60
},
{
"x": 60,
"y": 60
}
]
},
{
"type": "line",
"vertices": [
{
"x": 240,
"y": 60
},
{
"x": 240,
"y": 240
},
{
"x": 240,
"y": 240
},
{
"x": 240,
"y": 420
},
{
"x": 60,
"y": 420
},
{
"x": 60,
"y": 60
}
]
}
],
[],
[]
],
"styles": [
{
"thickness": 35,
"strokeLinecap": "square",
"strokeLinejoin": "round",
"color": "#ffffff",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#777777",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#444444",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
}
]
}

1
script/letters/q.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1" style="fill: none;" width="480px" height="480px"><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(68, 68, 68); fill: none;" d=""/><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(119, 119, 119); fill: none;" d=""/><path style="stroke-width: 35px; stroke-linecap: square; stroke-linejoin: round; stroke: rgb(255, 255, 255); fill: none;" d="M240,240 L240,240 L420,240 L420,60 L240,60 L60,60 L60,60 M240,60 L240,60 L240,240 L240,240 L240,420 L60,420 L60,60 "/></svg>

After

Width:  |  Height:  |  Size: 622 B

90
script/letters/s.grid Normal file
View File

@ -0,0 +1,90 @@
{
"settings": {
"size": {
"width": 480,
"height": 480
}
},
"layers": [
[
{
"type": "arc_r",
"vertices": [
{
"x": 420,
"y": 150
},
{
"x": 240,
"y": 60
},
{
"x": 60,
"y": 150
},
{
"x": 240,
"y": 240
}
]
},
{
"type": "line",
"vertices": [
{
"x": 240,
"y": 240
},
{
"x": 240,
"y": 420
}
]
},
{
"type": "arc_c",
"vertices": [
{
"x": 240,
"y": 240
},
{
"x": 60,
"y": 420
}
]
}
],
[],
[]
],
"styles": [
{
"thickness": 35,
"strokeLinecap": "square",
"strokeLinejoin": "round",
"color": "#ffffff",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#777777",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#444444",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
}
]
}

1
script/letters/s.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1" style="fill: none;" width="480px" height="480px"><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(68, 68, 68); fill: none;" d=""/><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(119, 119, 119); fill: none;" d=""/><path style="stroke-width: 35px; stroke-linecap: square; stroke-linejoin: round; stroke: rgb(255, 255, 255); fill: none;" d="M420,150 A180,90 0 0,0 240,60 A180,90 0 0,0 60,150 A180,90 0 0,0 240,240 L240,240 L240,420 M240,240 A180,180 0 0,1 60,420 "/></svg>

After

Width:  |  Height:  |  Size: 629 B

64
script/letters/t.grid Normal file
View File

@ -0,0 +1,64 @@
{
"settings": {
"size": {
"width": 480,
"height": 480
}
},
"layers": [
[
{
"type": "arc_r",
"vertices": [
{
"x": 420,
"y": 60
},
{
"x": 60,
"y": 60
},
{
"x": 420,
"y": 240
},
{
"x": 60,
"y": 420
}
]
}
],
[],
[]
],
"styles": [
{
"thickness": 35,
"strokeLinecap": "square",
"strokeLinejoin": "round",
"color": "#ffffff",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#777777",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#444444",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
}
]
}

1
script/letters/t.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1" style="fill: none;" width="480px" height="480px"><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(68, 68, 68); fill: none;" d=""/><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(119, 119, 119); fill: none;" d=""/><path style="stroke-width: 35px; stroke-linecap: square; stroke-linejoin: round; stroke: rgb(255, 255, 255); fill: none;" d="M420,60 L60,60 A360,180 0 0,0 420,240 A360,180 0 0,0 60,420 "/></svg>

After

Width:  |  Height:  |  Size: 567 B

56
script/letters/u.grid Normal file
View File

@ -0,0 +1,56 @@
{
"settings": {
"size": {
"width": 480,
"height": 480
}
},
"layers": [
[
{
"type": "line",
"vertices": [
{
"x": 150,
"y": 150
},
{
"x": 330,
"y": 330
}
]
}
],
[],
[]
],
"styles": [
{
"thickness": 35,
"strokeLinecap": "square",
"strokeLinejoin": "round",
"color": "#ffffff",
"fill": "#ffffff",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#777777",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#444444",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
}
]
}

1
script/letters/u.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1" style="fill: none;" width="480px" height="480px"><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(68, 68, 68); fill: none;" d=""/><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(119, 119, 119); fill: none;" d=""/><path style="stroke-width: 35px; stroke-linecap: square; stroke-linejoin: round; stroke: rgb(255, 255, 255); fill: rgb(255, 255, 255);" d="M150,150 L150,150 L330,330 "/></svg>

After

Width:  |  Height:  |  Size: 548 B

68
script/letters/w.grid Normal file
View File

@ -0,0 +1,68 @@
{
"settings": {
"size": {
"width": 480,
"height": 480
}
},
"layers": [
[
{
"type": "arc_c",
"vertices": [
{
"x": 240,
"y": 240
},
{
"x": 60,
"y": 240
},
{
"x": 240,
"y": 60
},
{
"x": 420,
"y": 240
},
{
"x": 240,
"y": 420
}
]
}
],
[],
[]
],
"styles": [
{
"thickness": 35,
"strokeLinecap": "square",
"strokeLinejoin": "round",
"color": "#ffffff",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#777777",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#444444",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
}
]
}

1
script/letters/w.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1" style="fill: none;" width="480px" height="480px"><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(68, 68, 68); fill: none;" d=""/><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(119, 119, 119); fill: none;" d=""/><path style="stroke-width: 35px; stroke-linecap: square; stroke-linejoin: round; stroke: rgb(255, 255, 255); fill: none;" d="M240,240 L60,240 A180,180 0 0,1 240,60 A180,180 0 0,1 420,240 A180,180 0 0,1 240,420 "/></svg>

After

Width:  |  Height:  |  Size: 592 B

64
script/letters/x.grid Normal file
View File

@ -0,0 +1,64 @@
{
"settings": {
"size": {
"width": 480,
"height": 480
}
},
"layers": [
[
{
"type": "line",
"vertices": [
{
"x": 420,
"y": 150
},
{
"x": 240,
"y": 60
},
{
"x": 240,
"y": 420
},
{
"x": 60,
"y": 330
}
]
}
],
[],
[]
],
"styles": [
{
"thickness": 35,
"strokeLinecap": "square",
"strokeLinejoin": "round",
"color": "#ffffff",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#777777",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#444444",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
}
]
}

1
script/letters/x.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1" style="fill: none;" width="480px" height="480px"><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(68, 68, 68); fill: none;" d=""/><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(119, 119, 119); fill: none;" d=""/><path style="stroke-width: 35px; stroke-linecap: square; stroke-linejoin: round; stroke: rgb(255, 255, 255); fill: none;" d="M420,150 L420,150 L240,60 L240,420 L60,330 "/></svg>

After

Width:  |  Height:  |  Size: 550 B

85
script/letters/z.grid Normal file
View File

@ -0,0 +1,85 @@
{
"settings": {
"size": {
"width": 480,
"height": 480
}
},
"layers": [
[
{
"type": "line",
"vertices": [
{
"x": 60,
"y": 60
},
{
"x": 420,
"y": 60
},
{
"x": 240,
"y": 240
},
{
"x": 420,
"y": 420
},
{
"x": 420,
"y": 60
}
]
},
{
"type": "line",
"vertices": [
{
"x": 240,
"y": 240
},
{
"x": 60,
"y": 420
},
{
"x": 60,
"y": 60
}
]
}
],
[],
[]
],
"styles": [
{
"thickness": 35,
"strokeLinecap": "square",
"strokeLinejoin": "round",
"color": "#ffffff",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#777777",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#444444",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
}
]
}

1
script/letters/z.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1" style="fill: none;" width="480px" height="480px"><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(68, 68, 68); fill: none;" d=""/><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(119, 119, 119); fill: none;" d=""/><path style="stroke-width: 35px; stroke-linecap: square; stroke-linejoin: round; stroke: rgb(255, 255, 255); fill: none;" d="M60,60 L60,60 L420,60 L240,240 L420,420 L420,60 M240,240 L240,240 L60,420 L60,60 "/></svg>

After

Width:  |  Height:  |  Size: 588 B

View File

@ -1,8 +1,8 @@
{
"settings": {
"size": {
"width": 1860,
"height": 900
"width": 1245,
"height": 870
}
},
"layers": [
@ -604,40 +604,6 @@
}
]
},
{
"type": "line",
"vertices": [
{
"x": 420,
"y": 60
},
{
"x": 480,
"y": 60
},
{
"x": 480,
"y": 60
}
]
},
{
"type": "bezier",
"vertices": [
{
"x": 480,
"y": 60
},
{
"x": 375,
"y": 120
},
{
"x": 480,
"y": 120
}
]
},
{
"type": "arc_c",
"vertices": [
@ -1063,11 +1029,11 @@
"vertices": [
{
"x": 1635,
"y": 765
"y": 750
},
{
"x": 1665,
"y": 765
"y": 750
}
]
},
@ -1076,15 +1042,15 @@
"vertices": [
{
"x": 1635,
"y": 750
"y": 765
},
{
"x": 1650,
"y": 735
"y": 750
},
{
"x": 1665,
"y": 750
"y": 765
}
]
},
@ -1220,6 +1186,48 @@
"y": 675
}
]
},
{
"type": "line",
"vertices": [
{
"x": 420,
"y": 60
},
{
"x": 480,
"y": 60
},
{
"x": 450,
"y": 90
},
{
"x": 480,
"y": 120
},
{
"x": 480,
"y": 60
}
]
},
{
"type": "line",
"vertices": [
{
"x": 450,
"y": 90
},
{
"x": 420,
"y": 120
},
{
"x": 420,
"y": 60
}
]
}
],
[],

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 72 KiB

View File

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1" style="fill: none;" width="1860px" height="900px"><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(68, 68, 68); fill: none;" d=""/><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(119, 119, 119); fill: none;" d=""/><path style="stroke-width: 15px; stroke-linecap: square; stroke-linejoin: round; stroke: rgb(255, 255, 255); fill: none;" d="M795,420 L795,420 L795,360 M780,360 L810,360 A30,60 0 0,1 840,420 M855,360 A60,60 0 0,1 915,420 A60,60 0 0,1 855,360 M960,390 L930,390 A30,30 0 0,1 960,360 A30,30 0 0,1 990,390 A30,30 0 0,1 960,420 M945,330 L945,330 L960,345 L975,330 M75,90 L75,90 L90,105 L105,90 M75,210 L75,210 L105,210 M75,165 L75,165 L90,150 L105,165 M75,270 A15,15 0 0,1 90,255 A15,15 0 0,1 105,270 A15,15 0 0,1 90,285 A15,15 0 0,1 75,270 M75,315 L75,315 L105,345 M240,60 A30,60 0 0,1 210,120 A30,60 0 0,1 180,60 L240,60 M210,180 A30,30 0 0,1 180,210 A30,30 0 0,1 210,240 M225,210 L225,210 L240,210 M180,360 A30,45 0 0,0 210,315 A30,45 0 0,0 240,360 M210,480 L210,450 A30,30 0 0,1 180,420 M240,420 A30,30 0 0,0 210,450 M180,540 A30,30 0 0,1 210,570 L210,570 A30,30 0 0,1 240,600 M180,570 A30,30 0 0,0 210,600 M225,540 A15,15 0 0,1 240,555 M300,60 L300,60 L300,75 A60,45 0 0,1 360,120 L360,120 L300,120 M180,840 A30,60 0 0,1 210,780 A30,60 0 0,1 240,840 L180,840 M180,660 L210,660 A30,60 0 0,1 240,720 M195,660 L195,660 L195,720 M315,195 L315,195 L345,195 L345,195 L345,240 M315,195 L315,195 L315,240 M300,300 L300,300 L330,300 L360,300 L360,330 L330,330 L330,300 L300,300 L300,330 L300,360 L330,360 L330,330 M360,435 A30,15 0 0,0 330,420 A30,15 0 0,0 300,435 A30,15 0 0,0 330,450 M300,480 A30,30 0 0,0 330,450 L330,480 M300,600 A60,30 0 0,1 360,570 A60,30 0 0,1 300,540 L360,540 M330,690 L300,690 A30,30 0 0,1 330,660 A30,30 0 0,1 360,690 A30,30 0 0,1 330,720 M360,795 L360,795 L330,780 L330,840 L300,825 M420,60 L420,60 L480,60 L480,60 Q375,120 480,120 M420,180 A60,60 0 0,1 480,240 A60,60 0 0,1 420,180 M435,315 L435,315 L420,300 M480,360 L480,360 L465,345 M420,330 A30,30 0 0,0 450,360 M450,300 A30,30 0 0,1 480,330 M780,495 L780,495 L840,495 Q735,555 840,555 M795,465 L795,465 L810,480 L825,465 M915,510 A30,15 0 0,0 885,495 A30,15 0 0,0 855,510 A30,15 0 0,0 885,525 L885,555 M885,525 A30,30 0 0,1 855,555 M930,495 A30,30 0 0,1 960,525 A30,30 0 0,1 990,555 M930,525 A30,30 0 0,0 960,555 M975,495 A15,15 0 0,1 990,510 M945,465 A15,15 0 0,1 960,450 A15,15 0 0,1 975,465 A15,15 0 0,1 960,480 A15,15 0 0,1 945,465 M735,690 L735,690 L750,705 L765,690 M810,690 L810,690 L825,705 L840,690 M885,660 L885,660 L900,675 M930,705 L930,705 L945,720 M885,690 A30,30 0 0,0 915,720 M915,660 A30,30 0 0,1 945,690 M900,630 L900,630 L915,645 L930,630 M990,660 L990,660 L1005,675 M1035,705 L1035,705 L1050,720 M990,690 A30,30 0 0,0 1020,720 M1020,660 A30,30 0 0,1 1050,690 M1620,810 A30,30 0 0,0 1650,840 M1620,780 A30,30 0 0,1 1650,810 A30,30 0 0,1 1680,840 M1665,780 A15,15 0 0,1 1680,795 M1635,765 L1635,765 L1665,765 M1635,750 L1635,750 L1650,735 L1665,750 M1710,780 L1710,795 A60,45 0 0,1 1770,840 L1710,840 M1725,750 L1725,750 L1755,750 M465,315 L465,315 L435,345 M930,675 L930,675 L900,705 M1005,705 L1005,705 L1035,675 M870,345 L870,345 L885,330 L900,345 M1035,630 L1035,630 L1020,645 L1005,630 M1005,615 L1005,615 L1035,615 M810,675 L810,675 L840,675 "/></svg>
<svg xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1" style="fill: none;" width="1245px" height="870px"><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(68, 68, 68); fill: none;" d=""/><path style="stroke-width: 15px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(119, 119, 119); fill: none;" d=""/><path style="stroke-width: 15px; stroke-linecap: square; stroke-linejoin: round; stroke: rgb(255, 255, 255); fill: none;" d="M795,420 L795,420 L795,360 M780,360 L810,360 A30,60 0 0,1 840,420 M855,360 A60,60 0 0,1 915,420 A60,60 0 0,1 855,360 M960,390 L930,390 A30,30 0 0,1 960,360 A30,30 0 0,1 990,390 A30,30 0 0,1 960,420 M945,330 L945,330 L960,345 L975,330 M75,90 L75,90 L90,105 L105,90 M75,210 L75,210 L105,210 M75,165 L75,165 L90,150 L105,165 M75,270 A15,15 0 0,1 90,255 A15,15 0 0,1 105,270 A15,15 0 0,1 90,285 A15,15 0 0,1 75,270 M75,315 L75,315 L105,345 M240,60 A30,60 0 0,1 210,120 A30,60 0 0,1 180,60 L240,60 M210,180 A30,30 0 0,1 180,210 A30,30 0 0,1 210,240 M225,210 L225,210 L240,210 M180,360 A30,45 0 0,0 210,315 A30,45 0 0,0 240,360 M210,480 L210,450 A30,30 0 0,1 180,420 M240,420 A30,30 0 0,0 210,450 M180,540 A30,30 0 0,1 210,570 L210,570 A30,30 0 0,1 240,600 M180,570 A30,30 0 0,0 210,600 M225,540 A15,15 0 0,1 240,555 M300,60 L300,60 L300,75 A60,45 0 0,1 360,120 L360,120 L300,120 M180,840 A30,60 0 0,1 210,780 A30,60 0 0,1 240,840 L180,840 M180,660 L210,660 A30,60 0 0,1 240,720 M195,660 L195,660 L195,720 M315,195 L315,195 L345,195 L345,195 L345,240 M315,195 L315,195 L315,240 M300,300 L300,300 L330,300 L360,300 L360,330 L330,330 L330,300 L300,300 L300,330 L300,360 L330,360 L330,330 M360,435 A30,15 0 0,0 330,420 A30,15 0 0,0 300,435 A30,15 0 0,0 330,450 M300,480 A30,30 0 0,0 330,450 L330,480 M300,600 A60,30 0 0,1 360,570 A60,30 0 0,1 300,540 L360,540 M330,690 L300,690 A30,30 0 0,1 330,660 A30,30 0 0,1 360,690 A30,30 0 0,1 330,720 M360,795 L360,795 L330,780 L330,840 L300,825 M420,180 A60,60 0 0,1 480,240 A60,60 0 0,1 420,180 M435,315 L435,315 L420,300 M480,360 L480,360 L465,345 M420,330 A30,30 0 0,0 450,360 M450,300 A30,30 0 0,1 480,330 M780,495 L780,495 L840,495 Q735,555 840,555 M795,465 L795,465 L810,480 L825,465 M915,510 A30,15 0 0,0 885,495 A30,15 0 0,0 855,510 A30,15 0 0,0 885,525 L885,555 M885,525 A30,30 0 0,1 855,555 M930,495 A30,30 0 0,1 960,525 A30,30 0 0,1 990,555 M930,525 A30,30 0 0,0 960,555 M975,495 A15,15 0 0,1 990,510 M945,465 A15,15 0 0,1 960,450 A15,15 0 0,1 975,465 A15,15 0 0,1 960,480 A15,15 0 0,1 945,465 M735,690 L735,690 L750,705 L765,690 M810,690 L810,690 L825,705 L840,690 M885,660 L885,660 L900,675 M930,705 L930,705 L945,720 M885,690 A30,30 0 0,0 915,720 M915,660 A30,30 0 0,1 945,690 M900,630 L900,630 L915,645 L930,630 M990,660 L990,660 L1005,675 M1035,705 L1035,705 L1050,720 M990,690 A30,30 0 0,0 1020,720 M1020,660 A30,30 0 0,1 1050,690 M1620,810 A30,30 0 0,0 1650,840 M1620,780 A30,30 0 0,1 1650,810 A30,30 0 0,1 1680,840 M1665,780 A15,15 0 0,1 1680,795 M1635,750 L1635,750 L1665,750 M1635,765 L1635,765 L1650,750 L1665,765 M1710,780 L1710,795 A60,45 0 0,1 1770,840 L1710,840 M1725,750 L1725,750 L1755,750 M465,315 L465,315 L435,345 M930,675 L930,675 L900,705 M1005,705 L1005,705 L1035,675 M870,345 L870,345 L885,330 L900,345 M1035,630 L1035,630 L1020,645 L1005,630 M1005,615 L1005,615 L1035,615 M810,675 L810,675 L840,675 M420,60 L420,60 L480,60 L450,90 L480,120 L480,60 M450,90 L450,90 L420,120 L420,60 "/></svg>

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB