mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 08:27:31 +09:00
8 lines
288 B
XML
8 lines
288 B
XML
<svg xmlns="http://www.w3.org/2000/svg">
|
|
<g transform="translate(50 50)">
|
|
<circle r="40" style="fill: yellow; stroke: black; stroke-width: 1"/>
|
|
<path d="M0 -10v20" stroke="blue"/>
|
|
<path d="M100 -10v20" stroke="blue"/>
|
|
<path d="M200 -10v20" stroke="blue"/>
|
|
</g>
|
|
</svg>
|