From f0b6a05b577c97d6595a87cf7401128cbb84c0c2 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Mon, 24 Aug 2015 14:54:57 +0200 Subject: clip SVGs using rsvg-convert 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). --- Adwaita/scalable-rsvg/devices/audio-input-microphone-symbolic.svg | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Adwaita/scalable-rsvg/devices/audio-input-microphone-symbolic.svg (limited to 'Adwaita/scalable-rsvg/devices/audio-input-microphone-symbolic.svg') diff --git a/Adwaita/scalable-rsvg/devices/audio-input-microphone-symbolic.svg b/Adwaita/scalable-rsvg/devices/audio-input-microphone-symbolic.svg new file mode 100644 index 000000000..09f9ce35c --- /dev/null +++ b/Adwaita/scalable-rsvg/devices/audio-input-microphone-symbolic.svg @@ -0,0 +1,6 @@ + + + + + + -- cgit v1.2.1