ronin/logo.grid
2025-02-04 15:15:53 -07:00

125 lines
2.0 KiB
Plaintext

{
"settings": {
"size": {
"width": 615,
"height": 480
}
},
"layers": [
[
{
"type": "line",
"vertices": [
{
"x": -90,
"y": 60
},
{
"x": -75,
"y": -135
}
]
},
{
"type": "arc_r",
"vertices": [
{
"x": -60,
"y": -15
},
{
"x": -60,
"y": -15
},
{
"x": -180,
"y": 75
}
]
},
{
"type": "arc_c",
"vertices": [
{
"x": -90,
"y": 135
},
{
"x": -180,
"y": 75
}
]
},
{
"type": "line",
"vertices": [
{
"x": 30,
"y": 45
},
{
"x": -90,
"y": 60
}
]
},
{
"type": "arc_r",
"vertices": [
{
"x": 30,
"y": 45
},
{
"x": -60,
"y": -15
}
]
},
{
"type": "arc_c",
"vertices": [
{
"x": 30,
"y": 45
},
{
"x": -90,
"y": 135
}
]
}
],
[],
[]
],
"styles": [
{
"thickness": 4,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#0a0a0a",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#4a4a4a",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
},
{
"thickness": 15,
"strokeLinecap": "round",
"strokeLinejoin": "round",
"color": "#6a6a6a",
"fill": "none",
"mirror_style": 0,
"transform": "rotate(45)"
}
]
}