summaryrefslogtreecommitdiffstats
path: root/src
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-032-7/+8
* 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-294-28/+59
* 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
* Missing tag warning now only printed if verbose mode is on. Tweaking the pom...kitfox2011-03-131-1/+4
* Fixed NPE exception when parsing styles of 0 length.kitfox2011-02-151-2/+8
* Added support for the SVG Marker tag.kitfox2011-02-084-4/+320
* 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-041-0/+10
* Added support for inline images.kitfox2010-08-0710-8/+10729
* 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-1021-158/+133Star
* 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-081-0/+8
* 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