scour.inkscape.py revision b6a977ede002f585667208a8730b00835944e954
# -*- coding: utf-8 -*-
from scour import scourString
dest="tab")
help="won't convert all colors to #RRGGBB format")
help="won't convert styles into XML attributes")
help="won't collapse <g> elements")
help="remove all un-referenced ID attributes")
help="won't embed rasters as base64-encoded data")
help="won't remove Inkscape, Sodipodi or Adobe Illustrator elements and attributes")
help="won't output the <?xml ?> prolog")
help="set number of significant digits (default: %default)")
help="indentation of the output: none, space, tab (default: %default)")
if __name__ == '__main__':
e = ScourInkscape()