doc/test/SVG/first_file.svg
2025-03-03 22:14:15 +03:00

6 lines
No EOL
238 B
XML

<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg">
<defs>
<rect id="blue-rectangle" width="50" height="30" fill="blue" />
<circle id="blue-circle" cx="75" cy="75" r="20" fill="blue" />
</defs>
</svg>