script: forgot '
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Cadey Ratio 2020-05-11 15:40:43 -04:00
parent 11951c84a1
commit 40fa8748a1
2 changed files with 61 additions and 0 deletions

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

@ -0,0 +1,60 @@
{
"settings": {
"size": {
"width": 480,
"height": 480
}
},
"layers": [
[
{
"type": "arc_c",
"vertices": [
{
"x": 60,
"y": 60
},
{
"x": 420,
"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/'.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 A360,360 0 0,1 420,420 A360,360 0 0,1 60,60 "/></svg>

After

Width:  |  Height:  |  Size: 558 B