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/vcl/cursors/pen.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/vcl/cursors/pen.svg')
| -rw-r--r-- | icon-themes/colibre/vcl/cursors/pen.svg | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/icon-themes/colibre/vcl/cursors/pen.svg b/icon-themes/colibre/vcl/cursors/pen.svg deleted file mode 100644 index e93e66fdcc4e..000000000000 --- a/icon-themes/colibre/vcl/cursors/pen.svg +++ /dev/null @@ -1,10 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"> - <path - style="fill:#ffffff" - d="M 195.03125,28 192.6875,30.34375 44,179.03125 V 188 L 28,209.32813 V 228 H 46.671875 L 68,212 h 9 l 89.1875,-90.5 12.64063,12.64062 L 228,84.968752 V 43.03125 L 212.96875,28 Z" - /> - <path - style="fill:#000000" - d="M 198.34375,36 52,182.34375 v 8.32812 L 36,212 v 8 h 8 L 65.328125,204 H 73.65625 L 212,63.640625 V 78.34375 l -38.82813,38.82812 5.65626,5.65626 L 220,81.65625 V 46.34375 L 209.65625,36 Z m 3.3125,8 h 4.6875 L 212,49.65625 v 5.03125 l -72,71.65625 v -20.6875 z M 132,113.65625 v 20.6875 L 70.34375,196 H 60 v -10.34375 z" - /> -</svg> |
