JSCHILL1
|
c00bc8b70c
|
Fix bug when DOCTYPE is present. Big performance improvement to makeWellFormed() function
|
2010-02-05 16:28:13 -06:00 |
|
JSCHILL1
|
c835423e8f
|
Fix Bug 511186: Preserve comments surround <svg> root node
|
2010-02-04 19:31:54 -06:00 |
|
JSCHILL1
|
6147bb2085
|
Fix Bug 517064: Make XML well-formed again by properly translating the 5 XML entities
|
2010-02-04 09:30:22 -06:00 |
|
JSCHILL1
|
ed1c522caf
|
Fix Bug 503034 by only removing children of a group in a defs if the group itself is not referenced anywhere else in the file
|
2010-01-04 12:55:23 -06:00 |
|
JSCHILL1
|
22fd47ab23
|
Added --enable-viewboxing option and stop setting width/height to 100% by default
|
2009-12-31 13:59:54 -06:00 |
|
JSCHILL1
|
8caa66edf9
|
Update unittest harness script so that things pass in Windows
|
2009-11-13 12:59:06 -06:00 |
|
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
|
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
|
7652fbc76c
|
Fix removal of common attributes if parent has non-whitespace text nodes
|
2009-09-24 09:54:56 -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
|
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
|
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
|
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
|
9f47a59a30
|
Update scour to change curve segments into shorthand curves where possible
|
2009-08-05 17:48:04 -05:00 |
|
JSCHILL1
|
94a1e28a57
|
Added inkscape extension files
|
2009-08-04 14:39:04 -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
|
3371177b80
|
Add polyline unittest
|
2009-08-03 09:21:37 -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
|
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
|
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
|
6e68896d1f
|
Fix for Bug 395645, patch sent by Frederik Elwert
|
2009-07-05 00:42:51 -05:00 |
|
JSCHILL1
|
e9f1e07a02
|
Update for 0.15: --keep-editor-data command-line option to keep Adobe, Inkscape, Sodipodi elements and attributes
|
2009-06-24 10:00:49 -05:00 |
|
JSCHILL1
|
8e589a80b4
|
Final 0.14: --disable-embed-rasters and fix embedding raster bug caused by restructuring of command-line option parser
|
2009-06-10 13:56:10 -05:00 |
|
JSCHILL1
|
b9a9020feb
|
Add Martin's patch for rewrite of command-line option parsing. Add CGI and mod_python versions of a web interface.
|
2009-05-22 09:04:40 -05:00 |
|
JSCHILL1
|
e163fb348c
|
Implemented converted straight curves into lines. Remove last point from polygon data if possible
|
2009-05-21 21:32:44 -05:00 |
|
JSCHILL1
|
ec3e857c53
|
Change default precision to 5 digits, updated release notes and statistics
|
2009-05-19 22:05:03 -05:00 |
|
JSCHILL1
|
56cc8fd15a
|
Collapse consecutive h,v segments/coords where possible
|
2009-05-19 21:30:50 -05:00 |
|
JSCHILL1
|
49b35bf6d1
|
Remove text styles from shapes. Remove --inkscape styles. Fix path handling for multiple coords in first Move command. Add --set-precision N argument
|
2009-05-19 10:02:47 -05:00 |
|
JSCHILL1
|
9375bd69a9
|
Fixed scour to handle entities in url references
|
2009-05-17 23:07:22 -05:00 |
|
JSCHILL1
|
a03439573e
|
Remove TODOs accomplished in 0.12
|
2009-05-17 14:40:29 -05:00 |
|
JSCHILL1
|
a7d2593a58
|
Added code to convert colors to #RRGGBB format
|
2009-05-17 14:34:08 -05:00 |
|
JSCHILL1
|
56ebc67491
|
Finish 0.11. Checked in SVG version of the scour logo.
|
2009-04-28 17:21:55 -05:00 |
|
JSCHILL1
|
02602edde0
|
Remove XML pretty printing due to erroneous injection of whitespace on text nodes
|
2009-04-28 13:18:29 -05:00 |
|
JSCHILL1
|
3dfb1f8068
|
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 |
|
JSCHILL1
|
19ed9e57a4
|
Updated release notes. Updated package script to tar file unrolls into a scour directory. Version 0.10 complete
|
2009-04-27 12:00:51 -05:00 |
|
JSCHILL1
|
446e5de77d
|
Restore accidentally deleted README file
|
2009-04-25 02:39:14 -05:00 |
|
JSCHILL1
|
12ba6000ea
|
Starting on version 0.10, minor comment cleanup
|
2009-04-25 02:33:13 -05:00 |
|
JSCHILL1
|
9f38caabaa
|
Removal of stroke:none. Prevent groups from being collapsed if title/desc present. Add option to prevent groups from being collapsed. Unit tests. Started release notes HTML.
|
2009-04-25 02:09:08 -05:00 |
|