Skip to content

Releases: jfree/fxgraphics2d

FXGraphics2D v2.1.4

12 Feb 08:11
Compare
Choose a tag to compare
12-Feb-2023 : Version 2.1.4
  • fixed clip handling with child Graphics2D.create() (PR #11 by Laurent Bourgès)
  • fix bug in drawArc()/fillArc()
  • set JavaFX dependency to version 19

FXGraphics2D v2.1.3

23 Jan 19:34
e6eca6e
Compare
Choose a tag to compare

23-Jan-2022 : Version 2.1.3

  • set JavaFX dependency to version 17
  • apply code clean-up suggested by IntelliJ

FXGraphics2D Version 2.1.2

05 Aug 16:40
ba8e26e
Compare
Choose a tag to compare

Updates in this release:

  • set winding rule for Path2D instances;
  • set cycle method on gradient paints;
  • fix focus distance on RadialGradientPaint.

FXGraphics2D Version 2.1.1

24 May 06:16
Compare
Choose a tag to compare

Updates in this release:

  • fix handling for null arguments in drawImage() methods;
  • update JavaFX dependency to version 16;
  • update JUnit test dependency to 5.7.2.

FXGraphics2D Version 2.1

24 May 05:05
Compare
Choose a tag to compare

In this release the JavaFX dependencies are updated to version 15, and the JUnit test framework dependency is updated to version 5.

Version 2.0

27 Sep 06:12
Compare
Choose a tag to compare

In this release, FXGraphics2D is converted to a module (org.jfree.fxgraphics2d) and now requires JDK 11 or later.

Version 1.8

08 Feb 07:19
4bddc1e
Compare
Choose a tag to compare

A maintenance release fixing bug #8 where drawn shapes can have their state altered. In addition, an automatic module name (org.jfree.fxgraphics2d) has been added to the jar.

Version 1.7

05 Jul 04:22
Compare
Choose a tag to compare

A maintenance release fixing bug #6 where multiple calls to setClip() would cause font and color settings to be lost.

Version 1.6

05 Nov 11:24
Compare
Choose a tag to compare
  • added support for JDK9 by removing the use of some non-public classes;
  • simplified the project set-up by removing Ant as a build option, and removing the demos (these will be provided in a separate Git project https://github.com/jfree/jfree-fxdemos).