mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
5 lines
192 B
XML
5 lines
192 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg">
|
||
|
|
<circle cx="150" cy="50" r="30" fill="blue"/>
|
||
|
|
<!-- Tick mark to show where the circle should be -->
|
||
|
|
<path d="M150 40v20" stroke="green"/>
|
||
|
|
</svg>
|