JFreeSVG 3.1

A discussion forum for JFreeSVG (a fast, lightweight, SVG generator for the Java platform).
Locked
david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

JFreeSVG 3.1

Post by david.gilbert » Sun May 08, 2016 10:33 am

A new version of JFreeSVG is now available to download. From the README file:

Code: Select all

Version 3.1 (30 April 2016)

- use fractional metrics for FontMetrics;
- use ellipse element to draw/fill Ellipse2D instances;
- handle alpha in gradient paints.
Also available via Maven:

Code: Select all

<dependency>
    <groupId>org.jfree</groupId>
    <artifactId>jfreesvg</artifactId>
    <version>3.1</version>
</dependency>
JFreeSVG is dual licensed under the GNU GPL and a commercial licence.
David Gilbert
JFreeChart Project Leader

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

Locked