5 lines
252 B
XML
5 lines
252 B
XML
|
<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg">
|
||
|
<circle cx="50" cy="25" r="20" stroke="green" stroke-width="4" fill="lightgrey" />
|
||
|
<polygon points="50,50 80,95 20,95" stroke="green" stroke-width="4" fill="lightgrey" />
|
||
|
</svg>
|