FXGraphics2D 1.2

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.2

Post by david.gilbert » Sat Jan 23, 2016 12:25 am

FXGraphics2D version 1.2 has been released! From the README file:

Code: Select all

23-Jan-2016 : Version 1.2
- implemented getGraphicsDevice() method;
- add support for dashed lines;
- in setPaint() and setStroke(), don't update anything if the value is the same;
- various performance fixes;
- fixed bug in drawImage() method;
- updated demos.
The code is also available from the Central Repository:

Code: Select all

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

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

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Re: FXGraphics2D 1.2

Post by david.gilbert » Sun Jan 24, 2016 10:18 am

Note that the dependencies in the pom file were incorrect in the 1.2 release (left in the demo dependencies) so 1.2.1 has been released quickly to fix that.
David Gilbert
JFreeChart Project Leader

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

Locked