summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Adding TransformableElement.getXForm()kitfox2011-11-071-1/+13
* Added SVGElement.removeElement() method. ShapeElement can now handle invalid...kitfox2011-10-073-6/+29
* Fixed problem with path CLOSE instruction not returning cursor to start of pa...kitfox2011-07-054-4/+18
* Adding bugfix for markers with "none" attribute.kitfox2011-05-191-2/+5
* Tweaking pom.xml again.kitfox2011-03-131-2/+2
* Tweaking pom.xml again.kitfox2011-03-131-6/+6
* Tweaking pom.xml again.kitfox2011-03-131-1/+1
* Missing tag warning now only printed if verbose mode is on. Tweaking the pom...kitfox2011-03-132-2/+5
* [maven-release-plugin] prepare release svg-core-1.0.8kitfox2011-03-101-4/+4
* Adding pom.xml file so this can be distributed on Mavenkitfox2011-03-081-0/+222
* Fixed NPE exception when parsing styles of 0 length.kitfox2011-02-151-2/+8
* Added support for the SVG Marker tag.kitfox2011-02-087-8/+333
* Fixing animation update for XML attributes.kitfox2010-10-0414-93/+164
* Adding <hkern> to source.kitfox2010-09-053-4/+69
* Added new iteration methods for SVG element children.kitfox2010-09-043-2/+32
* Added support for inline images.kitfox2010-08-0712-94/+10893
* Added versioning info for compiled jars.kitfox2010-05-071-0/+4
* Optimized SVGUniverse to cache XMLReader, not create SAXReader.kitfox2010-03-241-4/+16
* XMLParseUtil can now handle unitless coordinates.kitfox2010-03-171-2/+3
* Added "px|em|ex" to XMLParseUtil.kitfox2010-03-161-1/+1
* Fixed bug where chained 'move' path commands were not switching to 'line' aft...kitfox2010-03-1024-199/+345
* Now checking to see if path exists when resolving jar: urls.kitfox2009-05-311-1/+1
* Color table now parses the 'currentColor' colorkitfox2009-05-061-2/+2
* Added rebuild() to AnimateElement that will allow the user to change the xml ...kitfox2009-04-238-70/+423
* Gradient references are now handled as URIs rather than being referenced dire...kitfox2009-04-221-9/+17
* Work around for running in webstart to handle URLs to the source jar where t...kitfox2009-03-191-4/+14
* Should now be possible to set id attribute even if element has not yet been a...kitfox2009-02-221-1/+2
* Removing a lot of junk from svgSalamander.jarkitfox2008-12-084-15/+63
* Added fix for calculating screen units while running on a headless serverkitfox2008-04-281-1/+9
* Fixed problem with rendering patterns based on images set with 0 width or hei...kitfox2008-04-232-2/+7
* Fixed infinate recursion when calling SVGUniverse.loadSVG()kitfox2008-04-151-1/+5
* Now generating correct svgsalamander-tiny.jarkitfox2008-04-071-1/+13
* Fixed round rectangles to correctly scale radii. Repacked jars with differen...kitfox2008-03-053-30/+11Star
* Added Base64 stream codecs. Added Main-Class attribute to generated jars.kitfox2008-02-2810-7/+233
* Updated color parsing to handle rgb percentageskitfox2008-02-261-5/+9
* Changed InputStream readers to handle European characters. Reorganised build...kitfox2008-02-1112-549/+894
* Quick hack to allow 'currentColor' to be parsedkitfox2007-12-121-0/+6
* Added picking against bounding boxes.kitfox2007-08-216-15/+25
* Added pickng by rectangular areas. Fixed bug with picking by point.kitfox2007-08-198-26/+55
* Fixed miterlimit error.kitfox2007-07-309-5/+11776
* Added parsing of gzipped svg files.kitfox2007-07-184-20/+114
* Partially added inflationi of zipped files.kitfox2007-07-173-17/+61
* <a> tag now takes nested elements.kitfox2007-06-243-4/+108
* Recompiled source for JDK 1.4.kitfox2007-06-081-1/+1
* Added <a> tag recognition to parser.kitfox2007-06-065-37/+209
* Restoring SVG Salamander to it's original code base, and updating build scripts.kitfox2007-05-30142-20/+24387
* reverting to original source treekitfox2007-05-299-1007/+0Star
* Restructuring content.kitfox2007-04-21190-3957/+0Star
* Updating webkitfox2007-04-183-2/+42
* Switching to W3C's Java binding.kitfox2007-04-13337-6511/+3957Star