Navigation Menu

Skip to content

Releases: jfree/jfreesvg

JFreeSVG 5.0.5

19 Feb 17:57
cd618a9
Compare
Choose a tag to compare

Version 5.0.5 (19 February 2023)

  • fixed drawArc() and fillArc()
  • update Maven and JUnit dependencies

JFreeSVG 5.0.4

08 Jan 13:10
Compare
Choose a tag to compare

Version 5.0.4 (8 January 2023)

  • minor code transformations
  • unit test fix
  • update Maven and JUnit dependencies

JFreeSVG 5.0.3

22 Jun 21:38
Compare
Choose a tag to compare

Version 5.0.3 (22 June 2022)

  • remove duplicate calls to getClipPathRef()
  • update Maven plugin dependencies

JFreeSVG 5.0.2

07 Nov 09:12
Compare
Choose a tag to compare

Version 5.0.2 (7 November 2021)

  • add support for TextAttribute.TRACKING;
  • clarified Javadocs for SVGHints.KEY_BEGIN_GROUP.

JFreeSVG 5.0.1

10 Aug 11:37
Compare
Choose a tag to compare

Version 5.0.1 (4 August 2021)

  • handle cycle methods for GradientPaint and RadialGradientPaint;
  • fix output for filled Ellipse2D.

JFreeSVG 5.0

12 Jun 06:33
Compare
Choose a tag to compare

Version 5.0 (12 June 2021)

  • replaced geometryDP and transformDP attributes with function references (#35);
  • fixed issue with RyuDouble (#39);
  • changed SVG width and height attributes from int to double (#37);
  • changed ViewBox dimension attributes from int to double;
  • updated draw(Shape) and fill(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

26 Mar 11:25
Compare
Choose a tag to compare

Fixes a bug with encoding images.

JFreeSVG 4.0

27 Feb 13:46
Compare
Choose a tag to compare

This is the first release of JFreeSVG as a Java module. It requires Java 11 or later.

JFreeSVG 3.4

09 Sep 20:20
6a11d7b
Compare
Choose a tag to compare
v3.4

Add tag for release 3.4.

JFreeSVG 3.3

07 Nov 21:08
Compare
Choose a tag to compare
v3.3

Update README for release.