Releases: jfree/fxgraphics2d
Releases · jfree/fxgraphics2d
FXGraphics2D v2.1.4
FXGraphics2D v2.1.3
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
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
Updates in this release:
- fix handling for
null
arguments indrawImage()
methods; - update JavaFX dependency to version 16;
- update JUnit test dependency to 5.7.2.
FXGraphics2D Version 2.1
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
In this release, FXGraphics2D is converted to a module (org.jfree.fxgraphics2d) and now requires JDK 11 or later.
Version 1.8
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
A maintenance release fixing bug #6 where multiple calls to setClip()
would cause font and color settings to be lost.
Version 1.6
- 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).