diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-09-25 09:58:02 +1200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-09-25 09:58:02 +1200 |
commit | 0566af3a12464f68058dd39eb3d8a885d76315a6 (patch) | |
tree | 6687511fd843b765eb3bc35d97404433bad892da /core/img/actions/view-next.svg | |
parent | 1191dda0d88c25cbc02de7752e7d9ef81b9f8b9f (diff) | |
download | nextcloud-server-0566af3a12464f68058dd39eb3d8a885d76315a6.tar.gz nextcloud-server-0566af3a12464f68058dd39eb3d8a885d76315a6.zip |
increase visibility of slideshow controls, fix @owncloud/gallery#51
Diffstat (limited to 'core/img/actions/view-next.svg')
-rw-r--r-- | core/img/actions/view-next.svg | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/core/img/actions/view-next.svg b/core/img/actions/view-next.svg index 07c95b73ff0..4b719842efd 100644 --- a/core/img/actions/view-next.svg +++ b/core/img/actions/view-next.svg @@ -1,6 +1,10 @@ <?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.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> - <g transform="translate(0 -1020.4)"> - <path d="m9 1024.4 2-2 14 14-14 14-2-2 10-12z" fill="#fff"/> - </g> + <defs> + <filter id="a" style="color-interpolation-filters:sRGB" height="1.4477" width="1.8073" y="-.22386" x="-.40365"> + <feGaussianBlur stdDeviation="2.4158278"/> + </filter> + </defs> + <path d="m10.414 28.952-1.414-1.414 11.535-11.536-11.535-11.536 1.414-1.4138 12.95 12.95z" filter="url(#a)" stroke="#000" stroke-width="2"/> + <path d="m10.414 28.952-1.414-1.414 11.535-11.536-11.535-11.536 1.414-1.4138 12.95 12.95z" fill="#fff"/> </svg> |