Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clip SVGs using rsvg-convertwip/rsvg-cropping | Jakub Steiner | 2015-08-24 | 1 | -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). |