4 lines
225 B
XML
4 lines
225 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<svg height="225" width="300" xmlns="http://www.w3.org/2000/svg">
|
|
<ellipse cx="50%" cy="50%" rx="100" ry="100" style="fill:orange;stroke:green;stroke-width:3" />
|
|
</svg> |