diff options
Diffstat (limited to 'gecko/chrome/content')
-rw-r--r-- | gecko/chrome/content/icon.svg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gecko/chrome/content/icon.svg b/gecko/chrome/content/icon.svg index c222c9f..fd74cc4 100644 --- a/gecko/chrome/content/icon.svg +++ b/gecko/chrome/content/icon.svg @@ -1,5 +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="5" y="15" font-size="18" font-family="sans">r</text> + <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> |