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

github.com/nextcloud/activity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-01-10 15:19:22 +0300
committerGitHub <noreply@github.com>2018-01-10 15:19:22 +0300
commit5df4092ef49b98cd26578a42b3d82cf8a595de07 (patch)
tree1e695d2b39883ebca7a5bf9c288567574606d41f
parent7d0b5b1a06f67980fbe72e7b485e289459c54189 (diff)
parent2e646618ccccae7bfd3e44230770d3f074fc102d (diff)
Merge pull request #230 from nextcloud/add-viewboxv13.0.0RC1
Add viewbox to svgs to avoid sizing issues in IE
-rw-r--r--img/activity-dark.svg2
-rw-r--r--img/add-color.svg2
-rw-r--r--img/change.svg2
-rw-r--r--img/delete-color.svg2
4 files changed, 4 insertions, 4 deletions
diff --git a/img/activity-dark.svg b/img/activity-dark.svg
index 0fccc552..ee6ebdf1 100644
--- a/img/activity-dark.svg
+++ b/img/activity-dark.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 d="m16 1-10 18h11l-1 12 10-18h-11z"/>
</svg>
diff --git a/img/add-color.svg b/img/add-color.svg
index acf5543c..1fe4291a 100644
--- a/img/add-color.svg
+++ b/img/add-color.svg
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1">
+<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewBox="0 0 16 16">
<g transform="matrix(-.70711 -.70711 .70711 -.70711 -724.85 753.16)" fill="#00d400">
<path d="m3.7547 1041.6 1.4142-1.4142 3.5355 3.5355 3.5355-3.5355 1.4142 1.4142-3.5355 3.5355 3.5355 3.5356-1.4142 1.4142-3.5355-3.5356-3.5164 3.5547-1.4333-1.4333 3.5355-3.5356z" fill="#00d400"/>
</g>
diff --git a/img/change.svg b/img/change.svg
index cbc5d982..e4244552 100644
--- a/img/change.svg
+++ b/img/change.svg
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1">
+<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewBox="0 0 16 16">
<path d="m7.9375 0c-3.1175 0.023214-6.0756 1.876-7.3438 4.9375l2.7812 1.1563c1.0568-2.5513 3.98-3.7756 6.5312-2.7188 0.8628 0.3573 1.5738 0.9274 2.0938 1.625l-2 2h6v-6l-1.875 1.875c-0.802-0.9616-1.825-1.7688-3.063-2.2812-1.02-0.4227-2.0853-0.60149-3.1245-0.59375z"/>
<path d="m0 9.5v6l2.0938-2.094c0.7676 0.843 1.7205 1.535 2.8437 2 4.082 1.691 8.7775-0.262 10.468-4.344l-2.781-1.1558c-1.057 2.5508-3.98 3.7758-6.5312 2.7188-0.7435-0.308-1.3509-0.805-1.8438-1.375l1.75-1.75h-6z"/>
</svg>
diff --git a/img/delete-color.svg b/img/delete-color.svg
index 810c63e8..78c57f01 100644
--- a/img/delete-color.svg
+++ b/img/delete-color.svg
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1">
+<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewBox="0 0 16 16">
<path d="m12.95 11.536-1.414 1.414-3.536-3.5358-3.5355 3.5358-1.4142-1.414 3.5355-3.536-3.5355-3.5356 1.4142-1.4142 3.5355 3.5356 3.516-3.5547 1.434 1.4333-3.5357 3.5356z" fill="#d40000"/>
</svg>