mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
5 lines
182 B
XML
5 lines
182 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg"
|
||
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||
|
|
width="600" height="400">
|
||
|
|
<circle cx="300" cy="200" r="100" style="fill:blue;"/>
|
||
|
|
</svg>
|