Fxgraphics2d Versions Save

A JavaFX library that allows Java2D code (Graphics2D) to be used to draw to a Canvas node.

v2.1.4

1 year ago
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

v2.1.3

2 years ago

23-Jan-2022 : Version 2.1.3

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

v2.1.2

2 years ago

Updates in this release:

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

v2.1.1

2 years ago

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.

v2.1

2 years ago

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

v2.0

3 years ago

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

v1.8

5 years ago

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.

v1.7

5 years ago

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

v1.6

6 years ago
  • 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).