script: add letters for r and f
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Cadey Ratio 2020-05-25 14:03:18 -04:00
parent 42a27016c7
commit 78f9a4733e
4 changed files with 155 additions and 0 deletions

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

@ -0,0 +1,68 @@
{
"settings": {
"size": {
"width": 540,
"height": 540
}
},
"layers": [
[
{
"type": "arc_c",
"vertices": [
{
"x": 60,
"y": 60
},
{
"x": 480,
"y": 60
},
{
"x": 270,
"y": 270
},
{
"x": 270,
"y": 270
},
{
"x": 150,
"y": 465
}
]
}
],
[],
[]
],
"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/f.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="540px" height="540px"><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 L480,60 A210,210 0 0,1 270,270 L270,270 A120,195 0 0,1 150,465 "/></svg>

After

Width:  |  Height:  |  Size: 577 B

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

@ -0,0 +1,85 @@
{
"settings": {
"size": {
"width": 540,
"height": 540
}
},
"layers": [
[
{
"type": "arc_c",
"vertices": [
{
"x": 60,
"y": 150
},
{
"x": 240,
"y": 60
},
{
"x": 420,
"y": 150
},
{
"x": 240,
"y": 240
}
]
},
{
"type": "arc_r",
"vertices": [
{
"x": 240,
"y": 240
},
{
"x": 60,
"y": 330
},
{
"x": 240,
"y": 420
},
{
"x": 420,
"y": 360
}
]
}
],
[],
[]
],
"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/r.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="540px" height="540px"><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,150 A180,90 0 0,1 240,60 A180,90 0 0,1 420,150 A180,90 0 0,1 240,240 A180,90 0 0,0 60,330 A180,90 0 0,0 240,420 A180,60 0 0,0 420,360 "/></svg>

After

Width:  |  Height:  |  Size: 645 B