blob: fa8a405560ca93b8838ec86d766692841b0b9ab4 (
plain)
1
2
3
4
5
6
|
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="128" height="128">
<circle cx="64" cy="64" r="62" fill="white" style="stroke:black"/>
<text x="11" y="100" font-size="128" font-family="sans">s</text>
<text x="58" y="100" font-size="128" font-family="sans">r</text>
</svg>
|