4 lines
225 B
XML
4 lines
225 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<svg width="1000" height="1000" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg">
|
||
|
<circle cx="500" cy="500" r="450" style="stroke:#7e7e7e;stroke-width:100;fill:none;" />
|
||
|
</svg>
|