diff options
author | Nick White <git@njw.me.uk> | 2011-05-31 18:18:10 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2011-05-31 18:18:10 +0100 |
commit | 48cf2487ef6d10e25a9ba601ca01d891fd05adb1 (patch) | |
tree | 6e93b04715ac52041a0fb3a48e6974e280b7fc44 /icon.svg | |
parent | de4c1e95c9950265cd5f2758bc34f887babce6f1 (diff) |
Improve icon
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> |