summaryrefslogtreecommitdiff
path: root/icon-themes/colibre_svg/svx/res/marker-circ7-6.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-circ7-6.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-circ7-6.svg')
-rw-r--r--icon-themes/colibre_svg/svx/res/marker-circ7-6.svg7
1 files changed, 6 insertions, 1 deletions
diff --git a/icon-themes/colibre_svg/svx/res/marker-circ7-6.svg b/icon-themes/colibre_svg/svx/res/marker-circ7-6.svg
index c6d4b283298d..11ce4b4b6f96 100644
--- a/icon-themes/colibre_svg/svx/res/marker-circ7-6.svg
+++ b/icon-themes/colibre_svg/svx/res/marker-circ7-6.svg
@@ -1 +1,6 @@
-<svg height="7" viewBox="0 0 7 7" width="7" xmlns="http://www.w3.org/2000/svg"><circle cx="3.5" cy="3.49999" fill="#808080" r="3.5"/><circle cx="3.5" cy="3.49999" fill="#808080" r="3.5"/></svg> \ No newline at end of file
+<svg viewBox="0 0 7 7" xmlns="http://www.w3.org/2000/svg">
+ <path
+ style="fill:#808080;opacity:0.66"
+ d="M 3.5 0 A 3.5 3.5 0 0 0 0 3.5 A 3.5 3.5 0 0 0 3.5 7 A 3.5 3.5 0 0 0 7 3.5 A 3.5 3.5 0 0 0 3.5 0 z "
+ id="path2" />
+</svg>