6 lines
285 B
XML
Raw Normal View History

<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200">
<rect width="200" height="200" fill="#4A90D9"/>
<circle cx="100" cy="100" r="80" fill="#FFD700"/>
<text x="100" y="110" text-anchor="middle" font-size="24" fill="#333">SVG Test</text>
</svg>