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 | |
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')
-rw-r--r-- | themes/example/core/img/favicon-touch.svg | 2 | ||||
-rw-r--r-- | themes/example/core/img/favicon.svg | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/example/core/img/favicon-touch.svg b/themes/example/core/img/favicon-touch.svg index 268e332d838..2c48494a846 100644 --- a/themes/example/core/img/favicon-touch.svg +++ b/themes/example/core/img/favicon-touch.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" height="128" width="128" viewBox="0 0 128 127.99999"><rect rx="20" ry="20" height="128" width="128" fill="#745bca"/><path d="M64 24a36 36 0 0 0-35.758 32.016A20 20 0 0 0 28 56 20 20 0 0 0 8 76a20 20 0 0 0 20 20h68a24 24 0 0 0 24-24 24 24 0 0 0-22.07-23.906A36 36 0 0 0 64 24zm0 12a24 24 0 0 1 24 24 24 24 0 0 1-24 24 24 24 0 0 1-24-24 24 24 0 0 1 24-24z" fill="#fff"/></svg>
\ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" height="128" width="128" viewBox="0 0 128 128"><rect rx="20" ry="20" height="128" width="128" fill="#745bca"/><path d="M64 24a36 36 0 0 0-35.758 32.016A20 20 0 0 0 28 56 20 20 0 0 0 8 76a20 20 0 0 0 20 20h68a24 24 0 0 0 24-24 24 24 0 0 0-22.07-23.906A36 36 0 0 0 64 24zm0 12a24 24 0 0 1 24 24 24 24 0 0 1-24 24 24 24 0 0 1-24-24 24 24 0 0 1 24-24z" fill="#fff"/></svg>
\ No newline at end of file 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 |