diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-11-24 15:42:00 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-11-24 15:42:05 +0100 |
commit | 3069ee912b9a4357d76b364b255bf1d11b5eb3dc (patch) | |
tree | deb5599be0b431852ca15135d8e09a7955c95e70 /themes/example/core/img/favicon.svg | |
parent | 6d925507724ff403a958f60e7829200c343a960c (diff) | |
download | nextcloud-server-3069ee912b9a4357d76b364b255bf1d11b5eb3dc.tar.gz nextcloud-server-3069ee912b9a4357d76b364b255bf1d11b5eb3dc.zip |
fix favicon viewbox, remove decimals
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'themes/example/core/img/favicon.svg')
-rw-r--r-- | themes/example/core/img/favicon.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/example/core/img/favicon.svg b/themes/example/core/img/favicon.svg index 67a01c586e8..e14ea6f3dce 100644 --- a/themes/example/core/img/favicon.svg +++ b/themes/example/core/img/favicon.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" height="32" width="32" viewBox="0 0 32 31.999997"><rect rx="5" ry="5" height="32" width="32" fill="#745bca"/><path d="M16 6a9 9 0 0 0-8.94 8.004A5 5 0 0 0 7 14a5 5 0 0 0-5 5 5 5 0 0 0 5 5h17a6 6 0 0 0 6-6 6 6 0 0 0-5.518-5.977A9 9 0 0 0 16 6zm0 3a6 6 0 0 1 6 6 6 6 0 0 1-6 6 6 6 0 0 1-6-6 6 6 0 0 1 6-6z" fill="#fff"/></svg>
\ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" height="32" width="32" viewBox="0 0 32 32"><rect rx="5" ry="5" height="32" width="32" fill="#745bca"/><path d="M16 6a9 9 0 0 0-8.94 8.004A5 5 0 0 0 7 14a5 5 0 0 0-5 5 5 5 0 0 0 5 5h17a6 6 0 0 0 6-6 6 6 0 0 0-5.518-5.977A9 9 0 0 0 16 6zm0 3a6 6 0 0 1 6 6 6 6 0 0 1-6 6 6 6 0 0 1-6-6 6 6 0 0 1 6-6z" fill="#fff"/></svg>
\ No newline at end of file |