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

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-08-17 19:29:28 +0300
committerMorris Jobke <hey@morrisjobke.de>2016-08-17 19:29:28 +0300
commitae476c2e63455fa95b94f58e6620fd06737c50d5 (patch)
treeb796e71bc7d389dd7baa5ad8d2e366f19eb045c7 /img/app.svg
parenta0fc7ea24894bb1006ea62970d6a14d810e4817f (diff)
add viewBox to app icon for proper scaling in firefox
Diffstat (limited to 'img/app.svg')
-rw-r--r--img/app.svg2
1 files changed, 1 insertions, 1 deletions
diff --git a/img/app.svg b/img/app.svg
index a4d1517..53ee697 100644
--- a/img/app.svg
+++ b/img/app.svg
@@ -1,5 +1,5 @@
<?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">
<rect ry="1.9666" height="31.997" width="31.997" display="none" y=".0034182" x="0" fill="#ccc"/>
<path d="m3.9963 16h4.7819l4.4208-8.9881 5.73 16.236 4.237-7.244 4.839-0.004" stroke="#fff" stroke-linecap="round" stroke-miterlimit="100" stroke-width="4" fill="none"/>
</svg>