summaryrefslogtreecommitdiff
path: root/Adwaita/scalable-rsvg/emblems/emblem-music-symbolic.svg
Commit message (Collapse)AuthorAgeFilesLines
* clip SVGs using rsvg-convertwip/rsvg-croppingJakub Steiner2015-08-241-0/+10
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).