diff options
author | Jakub Steiner <jimmac@gmail.com> | 2015-08-24 14:54:57 +0200 |
---|---|---|
committer | Jakub Steiner <jimmac@gmail.com> | 2015-08-24 15:33:31 +0200 |
commit | f0b6a05b577c97d6595a87cf7401128cbb84c0c2 (patch) | |
tree | 1ea342b32ba776c10b31c5994c70a731f4092b10 /Adwaita/scalable-rsvg/actions/media-seek-backward-symbolic.svg | |
parent | c7c4b81983a93cbc8bc7fcf51700795f2b1ec43c (diff) | |
download | adwaita-icon-theme-wip/rsvg-cropping.tar.gz |
clip SVGs using rsvg-convertwip/rsvg-cropping
This produces a couple of issues:
- all cropped rectangles are 20x20 rather than 16x16px the
original group had (pt vs px).
- some icons have completely wild canvas size
- special class attributes aren't retained (used for special
coloring on gtk side, e.g class="warning")
On my side, if the quirks above are fixed, I need to make all
rectangles transparent in the gtk injected theme, rather than
remove the bouding box rectangle (use paths for rectangle that
need to be filled).
Diffstat (limited to 'Adwaita/scalable-rsvg/actions/media-seek-backward-symbolic.svg')
-rw-r--r-- | Adwaita/scalable-rsvg/actions/media-seek-backward-symbolic.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Adwaita/scalable-rsvg/actions/media-seek-backward-symbolic.svg b/Adwaita/scalable-rsvg/actions/media-seek-backward-symbolic.svg new file mode 100644 index 000000000..9201f4ad7 --- /dev/null +++ b/Adwaita/scalable-rsvg/actions/media-seek-backward-symbolic.svg @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16pt" height="16pt" viewBox="0 0 16 16" version="1.1"> +<g id="surface2"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;" d="M 14 4 C 13.824219 4.007812 13.648438 4.058594 13.5 4.15625 L 8.5 7.15625 C 8.21875 7.335938 8.0625 7.667969 8.0625 8 C 8.0625 8.332031 8.21875 8.664062 8.5 8.84375 L 13.5 11.84375 C 13.648438 11.941406 13.824219 11.992188 14 12 L 15 12 L 15 4 Z M 14 4 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(74.509804%,74.509804%,74.509804%);fill-opacity:1;" d="M 7 4 C 6.824219 4.007812 6.648438 4.058594 6.5 4.15625 L 1.5 7.15625 C 1.21875 7.335938 1.0625 7.667969 1.0625 8 C 1.0625 8.332031 1.21875 8.664062 1.5 8.84375 L 6.5 11.84375 C 6.648438 11.941406 6.824219 11.992188 7 12 L 8 12 L 8 4 Z M 7 4 "/> +</g> +</svg> |