FXGraphics2D 1.3

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

Post by david.gilbert » Thu Jan 28, 2016 5:57 am

A new release is now available for download. This release includes the following changes:

Code: Select all

28-Jan-2016 : Version 1.3

- fixed bug in drawImage() method;
- add 'maven' directory with a pom that can be copied over to load the project in NetBeans;
- updated Ant script to copy over pom.xml to distribution.
The code is also available from the Central Repository:

Code: Select all

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

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

Locked