summaryrefslogtreecommitdiff
path: root/icon-themes/breeze_svg/svx/res/marker-rectplus9-5.svg
diff options
context:
space:
mode:
authorandreas kainz <kainz.a@gmail.com>2018-12-22 20:48:27 +0100
committerandreas_kainz <kainz.a@gmail.com>2018-12-29 01:39:48 +0100
commit17875c59a7277a31d4b1953b23bead089e7a4988 (patch)
treed89b132aad17eac36f4f35361271dc9a6d0c4371 /icon-themes/breeze_svg/svx/res/marker-rectplus9-5.svg
parent08004507b53c99f9c67c95e33162adda5b19a6a6 (diff)
tdf#119249 Breeze Point markers be semi-transparent
Change-Id: I22c5923e4d0f6cbfc004e40fdcb20e317e61205d Reviewed-on: https://gerrit.libreoffice.org/65693 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Diffstat (limited to 'icon-themes/breeze_svg/svx/res/marker-rectplus9-5.svg')
-rw-r--r--icon-themes/breeze_svg/svx/res/marker-rectplus9-5.svg9
1 files changed, 8 insertions, 1 deletions
diff --git a/icon-themes/breeze_svg/svx/res/marker-rectplus9-5.svg b/icon-themes/breeze_svg/svx/res/marker-rectplus9-5.svg
index 3bcd4186026c..6e9f5e72e0a9 100644
--- a/icon-themes/breeze_svg/svx/res/marker-rectplus9-5.svg
+++ b/icon-themes/breeze_svg/svx/res/marker-rectplus9-5.svg
@@ -1 +1,8 @@
-<svg height="9" viewBox="0 0 9 9" width="9" xmlns="http://www.w3.org/2000/svg"><path d="m0 .00002v9h9v-9zm4 1h1v1 2h2 1v1h-1-2v2 1h-1v-1-2h-2-1v-1h1 2v-2z" fill="#f47750"/><path d="m4 1.00002v3h-3v1h3v3h1v-3h3v-1h-3v-3z" fill="#fff"/></svg> \ No newline at end of file
+<svg viewBox="0 0 9 9" xmlns="http://www.w3.org/2000/svg">
+ <path
+ d="M 0 0 L 0 9 L 9 9 L 9 0 L 0 0 z M 4 1 L 5 1 L 5 2 L 5 4 L 7 4 L 8 4 L 8 5 L 7 5 L 5 5 L 5 7 L 5 8 L 4 8 L 4 7 L 4 5 L 2 5 L 1 5 L 1 4 L 2 4 L 4 4 L 4 2 L 4 1 z "
+ style="fill:#f47750;opacity:0.8" />
+ <path
+ d="m4 1v3h-3v1h3v3h1v-3h3v-1h-3v-3z"
+ style="fill:#fff;opacity:0.8" />
+</svg>