summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Now building markers when time update occurs.kitfox2014-11-181-0/+2
* Fixing parsing for transform elements.kitfox2014-10-301-1/+1
* Removing unused javax.crypto imports.kitfox2014-09-162-4/+0Star
* Fixing SVGSALAMANDER-43. Tspan now can handle differently sized X and Y coor...kitfox2014-08-102-75/+118
* Fixing SVGSALAMANDER-40. Now trimming leading and trailing whitespace from t...kitfox2014-08-102-6/+7
* Fixing SVGSALAMANDER-39. Viewport is now no longer set when rendering a diag...kitfox2014-06-273-3/+3
* Fixing SVGSALAMANDER-36. Default font weight for text is now normal.kitfox2014-06-261-1/+1
* Fixing JIRA SVGSALAMANDER-37 and SVGSALAMANDER-38. Viewbox now maps to full ...kitfox2014-06-252-14/+39
* ClipPath now propegates updateTime() to children.kitfox2014-05-131-0/+8
* Can now parse colors set to the empty string.kitfox2014-04-252-4/+6
* Picking now takes viewport transform into account.kitfox2014-02-272-1/+32
* Fixing SVGSALAMANDER-33. User can now selectively remove documents from cache.kitfox2014-02-061-39/+19Star
* Fixing SVGSALAMANDER-32. Adding a variety of automatic scaling options to SV...kitfox2014-02-062-25/+149
* 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