Commit graph

155 commits

Author SHA1 Message Date
JSCHILL1
4198961174 Attempt to handle line endings in a cross-platform manner 2009-11-13 10:44:18 -06:00
JSCHILL1
de6c2eb924 Update release notes, add some misc unit tests I missed 2009-11-09 21:59:32 -06:00
JSCHILL1
7e8d777639 Fix Issue 479669: Handle empty styl elements 2009-11-09 21:27:26 -06:00
JSCHILL1
99dfb0f819 Fix whitespace collapsing when it shouldn't on non-textual elements that have xml:space=preserve 2009-11-06 17:21:57 -06:00
JSCHILL1
6482314390 Bug 453737: Update Inkscape extension to provide a GUI for the options 2009-10-19 12:47:50 -05:00
JSCHILL1
4b96613a5d Merge patch from Bug 449803 so that input and output filenames must be different 2009-10-15 13:48:29 -05:00
JSCHILL1
20fe836041 Fix Bug 436569: Get xlink:href prefix right in case of duplicate gradient 2009-09-27 19:53:34 -05:00
JSCHILL1
7e483ce92f Another fix for xml:space=preserve 2009-09-24 18:14:30 -05:00
JSCHILL1
e0aacf646d Fix XML serialization when xml:space=preserve 2009-09-24 10:37:09 -05:00
JSCHILL1
7652fbc76c Fix removal of common attributes if parent has non-whitespace text nodes 2009-09-24 09:54:56 -05:00
JSCHILL1
473e18500a Fix Bug 427309: Add yocto_css.py to scour.inx (Inkscape extension) 2009-09-10 07:29:00 -05:00
JSCHILL1
7fcc125286 Fix bug with polygon point parsing. Fix bug 368716: tiny CSS parser to find referenced elements in style element 2009-08-31 00:11:34 -05:00
JSCHILL1
d9e3e2436b Remove unused attributes from parent elements 2009-08-13 08:18:49 -05:00
JSCHILL1
cf5fb8a37d Fix Bug 412754: Elliptical arc commands must have comma or whitespace separating 2009-08-12 23:41:09 -05:00
JSCHILL1
d519dae9db Ignore set/animate elements when finding common attributes 2009-08-12 14:33:12 -05:00
JSCHILL1
2342830671 Ensure depth-first analysis of common attributes so they bubble up to the top 2009-08-12 14:18:08 -05:00
JSCHILL1
b0788ba18a Get all elements of tag name from the default namespace now 2009-08-12 10:17:03 -05:00
JSCHILL1
0bf1e8942c Fix bug in remapping of namespace prefixes (was not actually remapping child elements of replaced elements 2009-08-12 10:04:40 -05:00
JSCHILL1
d8b2497d91 Another unit test for namespace declaration 2009-08-12 09:51:18 -05:00
JSCHILL1
d4747e2bd7 Fix prefixing namespace prefix declarations when not using the default namespace (XML serialization bug) 2009-08-12 09:49:22 -05:00
JSCHILL1
eb2a7a05ac Final scour 0.18: more fixes to XML serialization (wellformedness), some unit tests, update to package script to use zip file and to package the inkscape extension 2009-08-09 22:25:20 -05:00
JSCHILL1
5f5c8a431d Fix Bug 411062: typo of 'true'. Modify unit test to cover exercising the code. Update testscour.py for new indent_type option. 2009-08-09 15:04:50 -05:00
JSCHILL1
e17d3b8526 Added unit test for CDATA nodes 2009-08-05 22:53:51 -05:00
JSCHILL1
bac229dd14 Add hand-rolled XML serialization function to improve XML output. Added --indent option to choose indentation mechanism (space, tab, none) 2009-08-05 22:53:31 -05:00
JSCHILL1
04487ed1ec Ensure all consecutive commands are collapsed where possible 2009-08-05 20:53:42 -05:00
JSCHILL1
9f47a59a30 Update scour to change curve segments into shorthand curves where possible 2009-08-05 17:48:04 -05:00
JSCHILL1
61a7265ecf Add unit tests to reduce to shorthand curve path segments. Updated test script 2009-08-05 17:05:27 -05:00
JSCHILL1
94a1e28a57 Added inkscape extension files 2009-08-04 14:39:04 -05:00
JSCHILL1
96d9edad78 Up the rev num on scour script 2009-08-03 19:24:34 -05:00
JSCHILL1
a93c626ab6 Add XML prolog to all unittests 2009-08-03 19:23:57 -05:00
JSCHILL1
c9ecfc05a7 Remove redundant SVG namespace declarations and prefixes 2009-08-03 17:44:40 -05:00
JSCHILL1
6fce13b84f Scour length values for most attributes. Fix removal of duplicate gradients again. Two more unittests 2009-08-03 12:23:41 -05:00
JSCHILL1
3371177b80 Add polyline unittest 2009-08-03 09:21:37 -05:00
JSCHILL1
a1d9afb12f Remove all empty path segments. Scour polyline coordinates 2009-08-03 08:50:48 -05:00
JSCHILL1
46f86a0978 Prevent scour from trying to remove a duplicate gradient more than once 2009-08-01 11:59:54 -05:00
JSCHILL1
b119af0499 Added unittest for not converting short color names 2009-08-01 10:53:17 -05:00
Jeff Schiller
9ade298cd6 Also cover quoted forms of url(#grad) for removing duplicate gradients 2009-08-01 10:48:55 -05:00
Jeff Schiller
37cfec8098 Remove duplicate gradients 2009-08-01 10:43:25 -05:00
JSCHILL1
9bec4cc4d0 Only convert color names to #RRGGBB if it will actually be shorter 2009-08-01 07:23:24 -05:00
JSCHILL1
b16629795e Final Scour 0.16 check-in 2009-07-30 00:12:59 -05:00
JSCHILL1
908e8ee401 Added several new fulltests 2009-07-30 00:04:23 -05:00
JSCHILL1
7e7ac31540 Fixes for polygon coord processing. Add --strip-xml-prolog option 2009-07-29 13:42:04 -05:00
JSCHILL1
b28ae6ec8d Remove trailing zeros from path coordinates. Use scientific notation in path coords if shorter. Scour polygon coordinates just like path coordinates. Added tests 2009-07-29 12:27:51 -05:00
JSCHILL1
8f50f0d509 Fix Bug 405744: Keep namespace declarations when --keep-editor-data. Add tests. 2009-07-28 08:33:30 -05:00
JSCHILL1
4ee372f561 Add keep_editor_data to scra.py 2009-07-16 00:15:40 -05:00
JSCHILL1
759924fe72 Make report into a separate function in scour. Remove getReport call from scra.py 2009-07-11 07:57:14 -05:00
JSCHILL1
9dd7f08231 Update scra.py for embed rasters, styled form 2009-07-10 22:11:13 -05:00
JSCHILL1
f1f0aab965 Add closepath test 2009-07-05 08:14:40 -05:00
JSCHILL1
06f008a908 Tentative fix for Bug 395647, closepath path segments are preserved 2009-07-05 00:46:06 -05:00
JSCHILL1
6e68896d1f Fix for Bug 395645, patch sent by Frederik Elwert 2009-07-05 00:42:51 -05:00