diff options
| author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-03-04 15:58:18 +0200 |
|---|---|---|
| committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-03-05 08:17:32 +0100 |
| commit | 25d176ada67ada550bd4d0d08177c232cf7eeb37 (patch) | |
| tree | 4c01c298782fd88b8764c083697066cb0962af4b /icon-themes/colibre_svg/vcl/res/chart.svg | |
| parent | ac69149beff331755be67220a85a2e7b0644384f (diff) | |
tdf#123796 Wrong cursor when inserting shape
regression from
commit c5ac80d90ebcc1c3fad18ece8784ac2b36f52045
make cursor images part of the theme
Turns out that I can't put SVG files into a normal theme, only
colibre_svg is allowed to contain SVG files, so my idea of having only
one set of files is not going to fly. So make a copy of the PNG files
into the colibre theme, which is what everything currently falls back
to.
Change-Id: I5f04226da5c8b3d5db7e9807e845112b76b72f22
Reviewed-on: https://gerrit.libreoffice.org/68695
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'icon-themes/colibre_svg/vcl/res/chart.svg')
| -rw-r--r-- | icon-themes/colibre_svg/vcl/res/chart.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/icon-themes/colibre_svg/vcl/res/chart.svg b/icon-themes/colibre_svg/vcl/res/chart.svg new file mode 100644 index 000000000000..8570ee9c322c --- /dev/null +++ b/icon-themes/colibre_svg/vcl/res/chart.svg @@ -0,0 +1,10 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"> + <path + style="fill:#ffffff" + d="m 84,16 v 8 48 H 28 v 8 16 h 56 v 56 h 24 V 96 h 56 V 72 H 108 V 16 Z m 40,104 v 88 h 104 v -24 h -8 v -32 h -24 v -24 h -32 v 32 h -16 v -40 z" + /> + <path + style="fill:#000000" + d="M 92,24 V 80 H 36 v 8 h 56 v 56 h 8 V 88 h 56 V 80 H 100 V 24 Z m 40,104 v 8 h 8 v -8 z m 40,8 v 56 h -8 v -24 h -16 v 24 h -16 v 8 h 88 v -8 h -8 v -32 h -16 v 32 h -8 v -56 z m -40,8 v 8 h 8 v -8 z m 0,16 v 8 h 8 v -8 z m 0,16 v 8 h 8 v -8 z" + /> +</svg> |
