doc/test/SVG/sec_file.svg
2025-03-03 22:19:05 +03:00

4 lines
No EOL
197 B
XML

<svg width="200" height="200" xmlns="http://www.w3.org/2000/svg">
<use href="first_file.svg#blue-rectangle" x="10" y="10" />
<use href="first_file.svg#blue-circle" x="100" y="100" />
</svg>