mirror of
https://github.com/1f349/violet.git
synced 2024-11-09 22:22:50 +00:00
5 lines
214 B
XML
5 lines
214 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<svg height="100" width="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
|
||
|
<circle cx="50" cy="50" r="40" stroke="black" stroke-width="3" fill="red"/>
|
||
|
</svg>
|