scour
scour copied to clipboard
Scour - An SVG Optimizer / Cleaner
Similar to `sed`. From its man page: ``` -i[SUFFIX], --in-place[=SUFFIX] edit files in place (makes backup if SUFFIX supplied) ```
I had a SVG with SMIL animation which I tried to optimize with scour (actually Inkscape but it turns out they use scour in backend. Ref: https://bugs.launchpad.net/inkscape/+bug/1638040). Many tags had...
Perhaps it would be worthwhile to split the huge scour.py file into smaller files and make the project slightly more object-oriented. I personally find it a bit intimidating and messy...
The list of nodes that contain length kind of attributes misses the "text" entity. Attached patch cares for that. --- Imported from Launchpad using lp2gh. - date created: 2011-08-27T13:30:32Z -...
Polylines and polygons are defined in the SVG specification as being alternate forms for paths starting with an absolute move to the first point and linetos to each of the...
I found another renderer bug in librsvg that is triggered by a scoured SVG. I'll attach both, the original SVG and the SVG optimized by scour (that renders with a...
I have an SVG file with a lot of `transform="translate..."` attributes ``` ``` I was wondering whether there will be an option to convert/remove this transform attribute..
Hi Jeff, I am using the qtsoftware SVG renderer to display Inkscape generated SVG content. I am using your scour tool to clean up the Inkscape files before importing. Unfortunately,...
While we're in the process of migrating data from the old repository, it might be a good time to check what else might be worth to keep. Personally I'd say...
At the moment default attribute values are always removed. I'm interested in whether an attribute has been set or not even if it's to the default so a flag to...