summaryrefslogtreecommitdiff
path: root/icon-themes/colibre_svg/svx/res/marker-rectplus7-5.svg
diff options
context:
space:
mode:
authorandreas kainz <kainz.a@gmail.com>2018-12-22 19:43:58 +0100
committerandreas_kainz <kainz.a@gmail.com>2018-12-29 10:05:59 +0100
commit51e4e1190a017b0fab6842e87f2727c5bc1e9560 (patch)
tree21ba7724357c98f58d256d61e260aea6cf1a6092 /icon-themes/colibre_svg/svx/res/marker-rectplus7-5.svg
parent14f827ee132e06fbd4131df2ba4141715db4caab (diff)
tdf#119249 Colibre Point markers be semi-transparent
Change-Id: I6d89696655398f1ebb634d08be6094bc17911e18 Reviewed-on: https://gerrit.libreoffice.org/65691 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com> (cherry picked from commit e66d82f72a09052e66e0ebface3135b04593edee) Reviewed-on: https://gerrit.libreoffice.org/65692
Diffstat (limited to 'icon-themes/colibre_svg/svx/res/marker-rectplus7-5.svg')
-rw-r--r--icon-themes/colibre_svg/svx/res/marker-rectplus7-5.svg11
1 files changed, 10 insertions, 1 deletions
diff --git a/icon-themes/colibre_svg/svx/res/marker-rectplus7-5.svg b/icon-themes/colibre_svg/svx/res/marker-rectplus7-5.svg
index 799da0732caa..d31585506478 100644
--- a/icon-themes/colibre_svg/svx/res/marker-rectplus7-5.svg
+++ b/icon-themes/colibre_svg/svx/res/marker-rectplus7-5.svg
@@ -1 +1,10 @@
-<svg height="7" viewBox="0 0 7 7" width="7" xmlns="http://www.w3.org/2000/svg"><path d="m0 .00002v7h7v-7zm3 1h1v1 1h1 1v1h-1-1v1 1h-1v-1-1h-1-1v-1h1 1v-1z" fill="#e78e46"/><path d="m3 1.00002v2h-2v1h2v2h1v-2h2v-1h-2v-2z" fill="#fff"/></svg> \ No newline at end of file
+<svg viewBox="0 0 7 7" xmlns="http://www.w3.org/2000/svg">
+ <path
+ style="fill:#e78e46;opacity:0.66"
+ d="M 0 0 L 0 7 L 7 7 L 7 0 L 0 0 z M 3 1 L 4 1 L 4 2 L 4 3 L 5 3 L 6 3 L 6 4 L 5 4 L 4 4 L 4 5 L 4 6 L 3 6 L 3 5 L 3 4 L 2 4 L 1 4 L 1 3 L 2 3 L 3 3 L 3 2 L 3 1 z "
+ />
+ <path
+ style="fill:#fff;opacity:0.9"
+ d="m3 1v2h-2v1h2v2h1v-2h2v-1h-2v-2z"
+ />
+</svg>