mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
6 lines
242 B
XML
6 lines
242 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg">
|
||
|
|
<circle cx="150" cy="50" r="30" fill="blue"/>
|
||
|
|
<circle cx="150" cy="120" r="30" fill="blue"/>
|
||
|
|
<circle cx="150" cy="190" r="30" fill="blue"/>
|
||
|
|
<circle cx="50" cy="260" r="30" fill="blue"/>
|
||
|
|
</svg>
|