summaryrefslogtreecommitdiff
path: root/icon-themes/colibre_svg/svx/res/marker-elli9x11-2.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-elli9x11-2.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-elli9x11-2.svg')
-rw-r--r--icon-themes/colibre_svg/svx/res/marker-elli9x11-2.svg11
1 files changed, 10 insertions, 1 deletions
diff --git a/icon-themes/colibre_svg/svx/res/marker-elli9x11-2.svg b/icon-themes/colibre_svg/svx/res/marker-elli9x11-2.svg
index 360f0768e3ed..f60f2ecf9cb2 100644
--- a/icon-themes/colibre_svg/svx/res/marker-elli9x11-2.svg
+++ b/icon-themes/colibre_svg/svx/res/marker-elli9x11-2.svg
@@ -1 +1,10 @@
-<svg height="11" viewBox="0 0 9 11" width="9" xmlns="http://www.w3.org/2000/svg"><path d="m4.5 0c-2.485281 0-4.5 2.4624-4.5 5.5 0 3.0375 2.014719 5.5 4.5 5.5s4.5-2.4625 4.5-5.5c0-3.0376-2.014719-5.5-4.5-5.5zm0 1c1.932997 0 3.5 2.01471 3.5 4.5 0 2.48528-1.567003 4.5-3.5 4.5s-3.5-2.01472-3.5-4.5c0-2.48529 1.567003-4.5 3.5-4.5z" fill="#e1a94f"/><ellipse cx="4.5" cy="5.50003" fill="#eac282" rx="3.5" ry="4.50001"/></svg> \ No newline at end of file
+<svg viewBox="0 0 9 11" xmlns="http://www.w3.org/2000/svg">
+ <path
+ style="fill:#eac282;opacity:0.66"
+ d="M 4.5 1 C 2.567003 1 1 3.01472 1 5.5 C 1 7.98528 2.567003 10 4.5 10 C 6.432997 10 8 7.98528 8 5.5 C 8 3.01472 6.432997 1 4.5 1 z "
+ />
+ <path
+ style="fill:#e1a94f;opacity:0.9"
+ d="M 4.5 0 C 2.014719 0 0 2.4624 0 5.5 C 0 8.5375 2.014719 11 4.5 11 C 6.985281 11 9 8.5375 9 5.5 C 9 2.4624 6.985281 0 4.5 0 z M 4.5 1 C 6.432997 1 8 3.0147 8 5.5 C 8 7.9853 6.432997 10 4.5 10 C 2.567003 10 1 7.9853 1 5.5 C 1 3.0147 2.567003 1 4.5 1 z "
+ />
+</svg>