Scour - An SVG Optimizer / Cleaner
Find a file
2009-04-28 17:21:55 -05:00
fulltests Handle unicode characters. Specify utf-8 encoding on python scripts. Added unit test for non-ASCII characters. 2009-04-28 08:57:40 -05:00
unittests Handle unicode characters. Specify utf-8 encoding on python scripts. Added unit test for non-ASCII characters. 2009-04-28 08:57:40 -05:00
CONTRIBUTORS Add CONTRIBUTORS file 2009-04-13 12:02:15 -05:00
crunch.sh Version 0.10 not complete! Remove empty path segments. Convert lines to H/V where possible. Remove some default styles. 2009-04-27 18:20:16 -05:00
LICENSE Move to Apache License 2009-04-06 10:09:23 -05:00
logo.svg Finish 0.11. Checked in SVG version of the scour logo. 2009-04-28 17:21:55 -05:00
NOTICE Add NOTICE file 2009-04-06 10:14:02 -05:00
package.sh Handle unicode characters. Specify utf-8 encoding on python scripts. Added unit test for non-ASCII characters. 2009-04-28 08:57:40 -05:00
push.sh Added GPLv3 License file and push script 2009-04-02 14:13:04 -05:00
README.txt Restore accidentally deleted README file 2009-04-25 02:39:14 -05:00
release-notes.html Finish 0.11. Checked in SVG version of the scour logo. 2009-04-28 17:21:55 -05:00
scour.py Finish 0.11. Checked in SVG version of the scour logo. 2009-04-28 17:21:55 -05:00
svg_regex.py Add SVG Path parser from enthought. Added reserialization of path. 2009-04-26 16:37:57 -05:00
testscour.py Handle unicode characters. Specify utf-8 encoding on python scripts. Added unit test for non-ASCII characters. 2009-04-28 08:57:40 -05:00

Scour
=====

Scour is a Python module that takes an input SVG and outputs a cleaner, 
more concise SVG file.  The goal is that authors will use this script after
editing the file in a GUI editor such as Inkscape or Adobe Illustrator.

Scour was started as a vehicle for me to learn Python.  In addition, the goal
is to reduce the amount of time I spend in cleaning up files I find on sites
such as openclipart.org

Ideas are pulled from three places:

- my head
- Sam Ruby's SVG Tidy script: http://intertwingly.net/code/svgtidy/svgtidy.rb
- Inkscape's proposal for a 'cleaned SVG': http://wiki.inkscape.org/wiki/index.php/Save_Cleaned_SVG

Regards,

Jeff Schiller
2009-04-06
codedread@gmail.com
http://blog.codedread.com/