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/files_external/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/files_external/img')
-rw-r--r--apps/files_external/img/app.svg2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/img/app.svg b/apps/files_external/img/app.svg
index 6cafe174f60..f1fd591ca70 100644
--- a/apps/files_external/img/app.svg
+++ b/apps/files_external/img/app.svg
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="32px" width="32px" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
+<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="32px" width="32px" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" viewBox="0 0 32 32">
<path d="m14.903 3.2373 4.7612 4.5146-7.1418 6.772 4.7612 4.5146 7.1418-6.772 4.7612 4.5146v-13.545h-14.283zm-9.5224 2.2573c-1.3189 0-2.3806 1.0068-2.3806 2.2573v18.058c0 1.2506 1.0617 2.2573 2.3806 2.2573h19.044c1.3188 0 2.3806-1.0068 2.3806-2.2573v-6.772l-2.3806-2.2573v9.0293h-19.044v-18.058h9.522l-2.381-2.2574h-7.1414z" fill="#fff"/>
</svg>