summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixing SVGSALAMANDER-31. Can now animate an interpolation between two paths ...kitfox2014-02-061-1/+1
* Fixing SVGSALAMANDER-30. Animation elements with a 'to' but not a 'from' wil...kitfox2014-02-063-11/+39
* Fixing radial gradients where center and focal point are coincident.kitfox2013-10-061-5/+1Star
* Checking for null before TransformableElement.getXForm()kitfox2013-07-042-2/+2
* Tspan should now handle setting the x without the y also being specified.kitfox2013-06-087-197/+269
* clip-path can now handle "none".kitfox2013-03-231-1/+2
* Adding support for style sheets.kitfox2013-03-1950-2163/+2676
* Error handling now sends warnings to Logger.kitfox2013-03-091-0/+14
* Error handling now sends warnings to Logger.kitfox2013-03-0923-284/+270Star
* 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