summaryrefslogtreecommitdiff
path: root/icon-themes/colibre_svg/svx/res/marker-elli11x9-4.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-elli11x9-4.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-elli11x9-4.svg')
-rw-r--r--icon-themes/colibre_svg/svx/res/marker-elli11x9-4.svg11
1 files changed, 10 insertions, 1 deletions
diff --git a/icon-themes/colibre_svg/svx/res/marker-elli11x9-4.svg b/icon-themes/colibre_svg/svx/res/marker-elli11x9-4.svg
index 6bc5c1b9be84..c62f8db0d176 100644
--- a/icon-themes/colibre_svg/svx/res/marker-elli11x9-4.svg
+++ b/icon-themes/colibre_svg/svx/res/marker-elli11x9-4.svg
@@ -1 +1,10 @@
-<svg height="9" viewBox="0 0 11 9" width="11" xmlns="http://www.w3.org/2000/svg"><path d="m5.5 0c-3.037566 0-5.5 2.0147186-5.5 4.5s2.462434 4.5 5.5 4.5 5.5-2.0147186 5.5-4.5-2.462434-4.5-5.5-4.5zm0 1c2.485281 0 4.5 1.5670034 4.5 3.5s-2.014719 3.5-4.5 3.5-4.5-1.5670034-4.5-3.5 2.014719-3.5 4.5-3.5z" fill="#dc526d"/><ellipse cx="5.5" cy="4.5" fill="#e68497" rx="4.5" ry="3.5"/></svg> \ No newline at end of file
+<svg viewBox="0 0 11 9" xmlns="http://www.w3.org/2000/svg">
+ <path
+ style="fill:#e68497;opacity:0.66"
+ d="M 5.5 1 C 3.014719 1 1 2.5670034 1 4.5 C 1 6.4329966 3.014719 8 5.5 8 C 7.985281 8 10 6.4329966 10 4.5 C 10 2.5670034 7.985281 1 5.5 1 z "
+ />
+ <path
+ style="fill:#dc526d;fill-opacity:1;opacity:0.9"
+ d="M 5.5 0 C 2.462434 0 0 2.0147186 0 4.5 C 0 6.9852814 2.462434 9 5.5 9 C 8.537566 9 11 6.9852814 11 4.5 C 11 2.0147186 8.537566 0 5.5 0 z M 5.5 1 C 7.985281 1 10 2.5670034 10 4.5 C 10 6.4329966 7.985281 8 5.5 8 C 3.014719 8 1 6.4329966 1 4.5 C 1 2.5670034 3.014719 1 5.5 1 z "
+ />
+</svg>