FXGraphics2D 1.7

A discussion forum for FXGraphics2D (adds a Java2D API to the JavaFX Canvas).
Locked
david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

FXGraphics2D 1.7

Post by david.gilbert » Thu Jul 05, 2018 5:39 am

Version 1.7 has been released, this fixes a bug where multiple calls to the setClip() method caused font and color attributes to be lost. The code is available from the Maven Central Repository:

Code: Select all

<dependency>
    <groupId>org.jfree</groupId>
    <artifactId>fxgraphics2d</artifactId>
    <version>1.7</version>
</dependency>
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked