script: forgot '
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
11951c84a1
commit
40fa8748a1
|
@ -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)"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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 |
Loading…
Reference in New Issue