4 lines
254 B
XML
4 lines
254 B
XML
<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg">
|
|
<circle cx="50" cy="50" r="40" stroke="black" stroke-width="3" fill="red" />
|
|
<text x="50" y="55" text-anchor="middle" fill="white" font-family="Arial" font-size="14">Test</text>
|
|
</svg> |