diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-08-17 15:23:51 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-08-17 15:23:51 +0200 |
commit | ba4633b165af3bc2a4c732d628fbcf5a3263b986 (patch) | |
tree | 47431d87b0c8aa67c810f33b47397dc08b2a812b /apps/comments/img/comments.svg | |
parent | 314b4005bb2c9d2f82991d2d476f0fc6b899df4b (diff) | |
download | nextcloud-server-ba4633b165af3bc2a4c732d628fbcf5a3263b986.tar.gz nextcloud-server-ba4633b165af3bc2a4c732d628fbcf5a3263b986.zip |
Add viewBox to app icons
If we don't add a viewbox a lot of browsers will just say NOPE!!! when
we ask them to scale.
Diffstat (limited to 'apps/comments/img/comments.svg')
-rw-r--r-- | apps/comments/img/comments.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/comments/img/comments.svg b/apps/comments/img/comments.svg index 5cdc84a25d7..1eabeec3347 100644 --- a/apps/comments/img/comments.svg +++ b/apps/comments/img/comments.svg @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns="http://www.w3.org/2000/svg" height="32" width="32" version="1.1"> +<svg xmlns="http://www.w3.org/2000/svg" height="32" width="32" version="1.1" viewBox="0 0 32 32"> <path fill="#fff" d="m16 3c-8.8366 0-16 4.9248-16 11s7.1634 11 16 11c0.49926 0 0.98116-0.03174 1.4688-0.0625l8.5312 7.062v-9.406c3.658-2.016 6-5.1198 6-8.594 0-6.0752-7.164-11-16-11z"/> </svg> |