summaryrefslogtreecommitdiff
path: root/icon-themes/breeze_svg/svx/res/marker-elli11x9-2.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 10:08:05 +0100
commit2d2da8862e5169ef28a3dde1758e344f9e6cf742 (patch)
treed45637670c9dc84e99d00815845373ac9a01f628 /icon-themes/breeze_svg/svx/res/marker-elli11x9-2.svg
parent51e4e1190a017b0fab6842e87f2727c5bc1e9560 (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> (cherry picked from commit 17875c59a7277a31d4b1953b23bead089e7a4988) Reviewed-on: https://gerrit.libreoffice.org/65697
Diffstat (limited to 'icon-themes/breeze_svg/svx/res/marker-elli11x9-2.svg')
-rw-r--r--icon-themes/breeze_svg/svx/res/marker-elli11x9-2.svg9
1 files changed, 8 insertions, 1 deletions
diff --git a/icon-themes/breeze_svg/svx/res/marker-elli11x9-2.svg b/icon-themes/breeze_svg/svx/res/marker-elli11x9-2.svg
index 8740ebee531b..10bb788b9c0a 100644
--- a/icon-themes/breeze_svg/svx/res/marker-elli11x9-2.svg
+++ b/icon-themes/breeze_svg/svx/res/marker-elli11x9-2.svg
@@ -1 +1,8 @@
-<svg height="9" viewBox="0 0 11 9" width="11" xmlns="http://www.w3.org/2000/svg"><ellipse cx="5.5" cy="4.50002" fill="#fdbc4b" rx="4.5" ry="3.5"/><path d="m5.5.00002c-3.037566 0-5.5 2.0147-5.5 4.5s2.462434 4.5 5.5 4.5 5.5-2.0147 5.5-4.5-2.462434-4.5-5.5-4.5zm0 1c2.485281 0 4.5 1.567 4.5 3.5s-2.014719 3.5-4.5 3.5-4.5-1.567-4.5-3.5 2.014719-3.5 4.5-3.5z" fill="#4d4d4d"/></svg> \ No newline at end of file
+<svg viewBox="0 0 11 9" xmlns="http://www.w3.org/2000/svg">
+ <path
+ 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 "
+ style="fill:#fdbc4b;opacity:0.8" />
+ <path
+ 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 "
+ style="fill:#4d4d4d;opacity:0.8" />
+</svg>