Fixes for polygon coord processing. Add --strip-xml-prolog option

This commit is contained in:
JSCHILL1 2009-07-29 13:42:04 -05:00
parent b28ae6ec8d
commit 7e7ac31540
8 changed files with 427 additions and 9 deletions

View file

@ -45,6 +45,7 @@ class ScourOptions:
digits = 5
embed_rasters = True
keep_editor_data = False
strip_xml_prolog = False
class NoInkscapeElements(unittest.TestCase):
def runTest(self):
@ -660,6 +661,7 @@ class AlwaysKeepClosePathSegments(unittest.TestCase):
# TODO; write a test for embedding rasters
# TODO: write a test for --disable-embed-rasters
# TODO: write tests for --keep-editor-data
# TODO: write tests for --strip-xml-prolog
if __name__ == '__main__':
unittest.main()