summaryrefslogtreecommitdiffstats
path: root/img
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-08-17 18:43:38 +0200
committerMorris Jobke <hey@morrisjobke.de>2016-08-17 18:43:38 +0200
commita106a3bed166d0c831b58e5b75fa139d10daa713 (patch)
treeaa61fdbdc8f2355b31b2efe75770650df3aa28e1 /img
parent5e63007dd40464f9231d2285971a72a6e79cce71 (diff)
add viewBox to app icon for proper scaling in firefox
Diffstat (limited to 'img')
-rw-r--r--img/app.svg2
1 files changed, 1 insertions, 1 deletions
diff --git a/img/app.svg b/img/app.svg
index a7b2336ac..6b1e216b3 100644
--- a/img/app.svg
+++ b/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="32" width="32" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
+<svg xmlns="http://www.w3.org/2000/svg" height="32" width="32" version="1.0" viewBox="0 0 32 32">
<path d="m3 2c-0.554 0-1 0.446-1 1v2c0 0.554 0.446 1 1 1h26c0.554 0 1-0.446 1-1v-2c0-0.554-0.446-1-1-1h-26zm0 8c-0.554 0-1 0.446-1 1v2c0 0.554 0.446 1 1 1h18c0.554 0 1-0.446 1-1v-2c0-0.554-0.446-1-1-1h-18zm0 8c-0.554 0-1 0.446-1 1v2c0 0.554 0.446 1 1 1h24c0.554 0 1-0.446 1-1v-2c0-0.554-0.446-1-1-1h-24zm0 8c-0.554 0-1 0.446-1 1v2c0 0.554 0.446 1 1 1h12c0.554 0 1-0.446 1-1v-2c0-0.554-0.446-1-1-1h-12z" fill="#FFF"/>
</svg>