6 lines
289 B
XML
6 lines
289 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<svg width="200px" height="200px" xmlns="http://www.w3.org/2000/svg">
|
|
<defs/>
|
|
<circle cx="100" cy="100" r="80" fill="none" stroke-width="20" style="stroke: rgb(235, 97, 255);"/>
|
|
<circle cx="132" cy="132" r="16" fill="rgb(235, 97, 255)"/>
|
|
</svg> |