Releases: jfree/jfreesvg
Releases · jfree/jfreesvg
JFreeSVG 5.0.6
JFreeSVG 5.0.5
Version 5.0.5 (19 February 2023)
- fixed
drawArc()
andfillArc()
- update Maven and JUnit dependencies
JFreeSVG 5.0.4
Version 5.0.4 (8 January 2023)
- minor code transformations
- unit test fix
- update Maven and JUnit dependencies
JFreeSVG 5.0.3
Version 5.0.3 (22 June 2022)
- remove duplicate calls to
getClipPathRef()
- update Maven plugin dependencies
JFreeSVG 5.0.2
Version 5.0.2 (7 November 2021)
- add support for
TextAttribute.TRACKING
; - clarified Javadocs for
SVGHints.KEY_BEGIN_GROUP
.
JFreeSVG 5.0.1
Version 5.0.1 (4 August 2021)
- handle cycle methods for
GradientPaint
andRadialGradientPaint
; - fix output for filled
Ellipse2D
.
JFreeSVG 5.0
Version 5.0 (12 June 2021)
- replaced
geometryDP
andtransformDP
attributes with function references (#35); - fixed issue with
RyuDouble
(#39); - changed SVG
width
andheight
attributes fromint
todouble
(#37); - changed
ViewBox
dimension attributes fromint
todouble
; - updated
draw(Shape)
andfill(Shape)
methods for more compact output; - fixed miter limit (#36 and #38);
- fixed font family name issue (#27);
- added more JUnit tests;
- updated JUnit test dependency to version 5.7.2.
JFreeSVG 4.1
Fixes a bug with encoding images.
JFreeSVG 4.0
This is the first release of JFreeSVG as a Java module. It requires Java 11 or later.
JFreeSVG 3.4
v3.4 Add tag for release 3.4.