summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/kitfox/svg/SVGElement.java
Commit message (Expand)AuthorAgeFilesLines
* Fixing parsing for transform elements.kitfox2014-10-301-1/+1
* Fixing SVGSALAMANDER-30. Animation elements with a 'to' but not a 'from' wil...kitfox2014-02-061-9/+21
* Tspan should now handle setting the x without the y also being specified.kitfox2013-06-081-14/+35
* Adding support for style sheets.kitfox2013-03-191-229/+267
* Clip paths now only applied in tag where it is requested.kitfox2013-02-231-1/+1
* Updating headers to reflect BSD license.kitfox2013-01-111-19/+28
* Fixing path calculation error for continuous joins.kitfox2012-10-171-0/+7
* AnimateTransform can now handle short parameter lists.kitfox2012-09-291-0/+5
* Now avoiding reentering XML parser when USE tags reference other documents.kitfox2012-09-291-8/+8
* Translate attribute now works when only one parameter specified.kitfox2012-04-251-1/+8
* Roots now automatically assigned a diagram when attached to SVGDiagram.kitfox2012-01-011-8/+14
* Added SVGElement.removeElement() method. ShapeElement can now handle invalid...kitfox2011-10-071-1/+14
* Fixing animation update for XML attributes.kitfox2010-10-041-1/+3
* Added new iteration methods for SVG element children.kitfox2010-09-041-0/+10
* Fixed bug where chained 'move' path commands were not switching to 'line' aft...kitfox2010-03-101-9/+9
* 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
* Fixed problem with rendering patterns based on images set with 0 width or hei...kitfox2008-04-231-1/+1
* Restoring SVG Salamander to it's original code base, and updating build scripts.kitfox2007-05-301-0/+853