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/status/dialog-information-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/status/dialog-information-symbolic.svg')
-rw-r--r-- | Adwaita/scalable-rsvg/status/dialog-information-symbolic.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Adwaita/scalable-rsvg/status/dialog-information-symbolic.svg b/Adwaita/scalable-rsvg/status/dialog-information-symbolic.svg new file mode 100644 index 000000000..be93515e4 --- /dev/null +++ b/Adwaita/scalable-rsvg/status/dialog-information-symbolic.svg @@ -0,0 +1,8 @@ +<?xml version='1.0' encoding='UTF-8'?> +<svg height='273pt' version='1.1' viewBox='0 0 297 273' width='297pt' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'> +<g id='surface3'> +<path d='M 289.0002 258 C 286.789263 258 285.0002 259.789062 285.0002 262 C 285.0002 263.480469 285.804888 264.746094 287.0002 265.4375 L 287.0002 268 L 291.0002 268 L 291.0002 265.4375 C 292.195513 264.746094 293.0002 263.480469 293.0002 262 C 293.0002 259.789062 291.207231 258 289.0002 258 Z M 289.0002 258 ' style='fill:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(74.509804%,74.509804%,74.509804%);stroke-opacity:1;stroke-miterlimit:4;' transform='matrix(1,0,0,1,-0.0002,0)'/> +<path d='M 287.0002 272.5 L 291.0002 272.5 ' style='fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(74.509804%,74.509804%,74.509804%);stroke-opacity:1;stroke-miterlimit:4;' transform='matrix(1,0,0,1,-0.0002,0)'/> +<path d='M 286.0002 270.5 L 292.0002 270.5 ' style='fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(74.509804%,74.509804%,74.509804%);stroke-opacity:1;stroke-miterlimit:4;' transform='matrix(1,0,0,1,-0.0002,0)'/> +</g> +</svg> |