diff options
Diffstat (limited to 'gecko/chrome')
-rw-r--r-- | gecko/chrome/content/icon.svg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gecko/chrome/content/icon.svg b/gecko/chrome/content/icon.svg index fd74cc4..f1f4062 100644 --- a/gecko/chrome/content/icon.svg +++ b/gecko/chrome/content/icon.svg @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="19" height="19"> - <circle cx="9.5" cy="9.5" r="9.5" fill="white"/> - <text x="3" y="15" font-size="18" font-family="sans">s</text> - <text x="8" y="15" font-size="18" font-family="sans">r</text> +<svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="22" height="22"> + <circle cx="11" cy="11" r="11" fill="white"/> + <text x="4" y="16" font-size="18" font-family="sans">s</text> + <text x="10" y="16" font-size="18" font-family="sans">r</text> </svg> |