scour icon indicating copy to clipboard operation
scour copied to clipboard

Scour - An SVG Optimizer / Cleaner

Results 109 scour issues
Sort by recently updated
recently updated
newest added

Similar to `sed`. From its man page: ``` -i[SUFFIX], --in-place[=SUFFIX] edit files in place (makes backup if SUFFIX supplied) ```

enhancement

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...

bug

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...

enhancement

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 -...

enhancement
launchpad-bug

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...

enhancement
needs-discussion
launchpad-bug

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...

enhancement
launchpad-bug

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..

enhancement

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,...

enhancement
launchpad-bug

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...

needs-discussion

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...

enhancement