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

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/img
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-08-17 19:24:32 +0300
committerMorris Jobke <hey@morrisjobke.de>2016-08-17 19:24:32 +0300
commit3df7c3d940beae7c0950200d5be700c7ce4da4ef (patch)
treee6438338be32e04478056ac7b6c080fe17aacfa8 /img
parent946ff937f9e85041da04decd31e46622be375a04 (diff)
add viewBox to app icon for proper scaling in firefox
Diffstat (limited to 'img')
-rw-r--r--img/notifications.svg2
1 files changed, 1 insertions, 1 deletions
diff --git a/img/notifications.svg b/img/notifications.svg
index 3092fcf..a77cc41 100644
--- a/img/notifications.svg
+++ b/img/notifications.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="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
+<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewBox="0 0 16 16">
<path d="m8 2c-0.5523 0-1 0.4477-1 1 0 0.0472 0.021 0.0873 0.0273 0.1328-1.7366 0.4362-3.0273 1.9953-3.0273 3.8672v2l-1 1v1h10v-1l-1-1v-2c0-1.8719-1.291-3.431-3.0273-3.8672 0.0063-0.0455 0.0273-0.0856 0.0273-0.1328 0-0.5523-0.4477-1-1-1zm-2 10c0 1.1046 0.8954 2 2 2s2-0.8954 2-2z" fill="#fff"/>
</svg>