JFreeSVG 3.3

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

Post by david.gilbert » Tue Nov 07, 2017 6:25 pm

A new version of JFreeSVG has been uploaded to the Maven Central Repository. From the README file:

Code: Select all

Version 3.3 (7 November 2017)

- the default DEFS key prefix should not begin with a number;
- transferred demo code to the JFree-Demos project to streamline the distribution process.
JFreeSVG is hosted at GitHub: https://github.com/jfree/jfreesvg

JFreeSVG dependency information:

Code: Select all

<dependency>
    <groupId>org.jfree</groupId>
    <artifactId>jfreesvg</artifactId>
    <version>3.3</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