diff options
Diffstat (limited to 'icon.svg')
-rw-r--r-- | icon.svg | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,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="64" fill="white"/> + <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="59" y="100" font-size="128" font-family="sans">r</text> + <text x="58" y="100" font-size="128" font-family="sans">r</text> </svg> |