diff options
| author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-08 10:00:12 +0200 |
|---|---|---|
| committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-27 07:36:31 +0100 |
| commit | c5ac80d90ebcc1c3fad18ece8784ac2b36f52045 (patch) | |
| tree | cdcfde0d319e864389ae42a43d7366807965d4a3 /icon-themes/colibre/vcl/cursors/chart.svg | |
| parent | 57ac2fcdda9fdc9f1c2840796c24783add08e38c (diff) | |
make cursor images part of the theme
This first step only affects GTK3, later we will extend the support
to other platforms.
Note that these images are derived from the OSX PNG files, not the header-file
encoded data we currently use for gtk/gtk3.
Also rename the files to more useful names.
Change-Id: Ia13a3f2ac35b06672aff724f4cf5bdcd823f6342
Reviewed-on: https://gerrit.libreoffice.org/67528
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'icon-themes/colibre/vcl/cursors/chart.svg')
| -rw-r--r-- | icon-themes/colibre/vcl/cursors/chart.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/icon-themes/colibre/vcl/cursors/chart.svg b/icon-themes/colibre/vcl/cursors/chart.svg new file mode 100644 index 000000000000..8570ee9c322c --- /dev/null +++ b/icon-themes/colibre/vcl/cursors/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> |
