summaryrefslogtreecommitdiff
path: root/icon-themes/colibre_svg/svx/res/marker-rectplus11-1.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-rectplus11-1.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-rectplus11-1.svg')
-rw-r--r--icon-themes/colibre_svg/svx/res/marker-rectplus11-1.svg11
1 files changed, 10 insertions, 1 deletions
diff --git a/icon-themes/colibre_svg/svx/res/marker-rectplus11-1.svg b/icon-themes/colibre_svg/svx/res/marker-rectplus11-1.svg
index fefde446385e..2b2a4e0bc451 100644
--- a/icon-themes/colibre_svg/svx/res/marker-rectplus11-1.svg
+++ b/icon-themes/colibre_svg/svx/res/marker-rectplus11-1.svg
@@ -1 +1,10 @@
-<svg height="11" viewBox="0 0 11 11" width="11" xmlns="http://www.w3.org/2000/svg"><path d="m0 0v11h11v-11zm5 2h1v3h3v1h-3v3h-1v-3h-3v-1h3z" fill="#4d82b8"/><path d="m5 1v4h-4v1h4v4h1v-4h4v-1h-4v-4z" fill="#fff"/></svg> \ No newline at end of file
+<svg viewBox="0 0 11 11" xmlns="http://www.w3.org/2000/svg">
+ <path
+ style="fill:#4d82b8;opacity:0.66"
+ d="M 0 0 L 0 11 L 11 11 L 11 0 L 0 0 z M 5 1 L 6 1 L 6 2 L 6 5 L 9 5 L 10 5 L 10 6 L 9 6 L 6 6 L 6 9 L 6 10 L 5 10 L 5 9 L 5 6 L 2 6 L 1 6 L 1 5 L 2 5 L 5 5 L 5 2 L 5 1 z "
+ />
+ <path
+ style="fill:#fff;opacity:0.9"
+ d="m5 1v4h-4v1h4v4h1v-4h4v-1h-4v-4z"
+ />
+</svg>