Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-08-17 16:23:51 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2016-08-17 16:23:51 +0300
commitba4633b165af3bc2a4c732d628fbcf5a3263b986 (patch)
tree47431d87b0c8aa67c810f33b47397dc08b2a812b /apps/systemtags/img
parent314b4005bb2c9d2f82991d2d476f0fc6b899df4b (diff)
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/systemtags/img')
-rw-r--r--apps/systemtags/img/app.svg2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/systemtags/img/app.svg b/apps/systemtags/img/app.svg
index 8bfd246078e..4f201c6c769 100644
--- a/apps/systemtags/img/app.svg
+++ b/apps/systemtags/img/app.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.0">
+<svg xmlns="http://www.w3.org/2000/svg" height="32" width="32" version="1.0" viewBox="0 0 32 32">
<path fill="#fff" d="m12.372 1.9224-9.614 0.02632c-0.54322 0-0.69312 0.41974-0.69406 0.69208l-0.030264 9.6034 17.446 17.444c0.39376 0.39658 1.0247 0.39394 1.4184 0l8.9138-8.9138c0.39344-0.39376 0.3979-1.0265 0.004-1.4205l-0.0022 0.01752-16.734-16.734-0.7082-0.70834zm-4.3336 3.7044a2.2876 2.2876 0 0 1 2.2876 2.288 2.2876 2.2876 0 0 1 -2.2876 2.2882 2.2876 2.2876 0 0 1 -2.288 -2.2882 2.2876 2.2876 0 0 1 2.288 -2.288z"/>
</svg>