2
0
mirror of https://github.com/Y2Z/monolith synced 2024-11-03 09:40:21 +00:00
monolith/tests/_data_/svg/image.svg

6 lines
296 B
XML
Raw Normal View History

2021-03-12 04:18:39 +00:00
<svg version="1.1" baseProfile="full" width="300" height="200" xmlns="http://www.w3.org/2000/svg">
<rect width="100%" height="100%" fill="red" />
<circle cx="150" cy="100" r="80" fill="green" />
<text x="150" y="125" font-size="60" text-anchor="middle" fill="white">SVG</text>
</svg>