summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Clip paths now only applied in tag where it is requested.kitfox2013-02-232-2/+2
* Fixing URL parsing.kitfox2013-02-051-4/+7
* Updating headers to reflect BSD license.kitfox2013-01-11127-2150/+3628
* Fixing marker rotation issue for knots coincident with end points.kitfox2013-01-111-2/+50
* Fixing animation bug.kitfox2012-10-241-8/+8
* Fixing path calculation error for continuous joins.kitfox2012-10-1713-60/+161
* Fixing null transform with linear gradients.kitfox2012-10-131-1/+3
* Creating wrapper Graphics when painting SVGIcon, SVGPanel.kitfox2012-10-103-24/+62
* Fixing color parsing bug in gradients.kitfox2012-10-033-9/+13
* AnimateTransform can now handle short parameter lists.kitfox2012-09-292-9/+25
* Now avoiding reentering XML parser when USE tags reference other documents.kitfox2012-09-296-118/+661
* Updating JNLP.kitfox2012-09-071-3/+1Star
* Can now handle gradients where first and last points are coincident.kitfox2012-08-302-20/+26
* Fixing parsing empty content in style attribute.kitfox2012-08-241-13/+8Star
* Now trimming text in <text> tag.kitfox2012-07-131-0/+4
* Adding support for 'letter-spacing' attr in Tspan element.kitfox2012-07-111-4/+12
* Can now safely update trees that contain embedded images.kitfox2012-07-011-1/+10
* Support for non-scaling stroke added.kitfox2012-04-251-9/+33
* Translate attribute now works when only one parameter specified.kitfox2012-04-251-1/+8
* RenderableElement clipping should now work even if no clip has been set on Gr...kitfox2012-04-031-3/+10
* Shape elements now handing currentColor attribute.kitfox2012-02-191-2/+22
* MarkerElement now respects markerUnits attribute.kitfox2012-01-161-1/+15
* If a Graphics2D has no clip region, clipping will now be ignored.kitfox2012-01-093-19/+30
* Fixes NPE when adding a track without a name.kitfox2012-01-081-1/+7
* Roots now automatically assigned a diagram when attached to SVGDiagram.kitfox2012-01-012-8/+15
* 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