JFreeSVG 3.0

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

Post by david.gilbert » Mon Jun 08, 2015 7:51 pm

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

Code: Select all

Version 3.0 (8 June 2015)
- added handling for BasicStroke cap, join and miterlimit;
- added ZIP option when writing SVG to files;
- added demo for exporting Swing UIs to SVG;
- removed CanvasGraphics2D implementation;
- fixed handling of PathIterator.SEG_CLOSE;
- fixed y-coordinate bug in drawImage();
- added workaround for ClassCastException when exporting Swing UIs on MacOSX with Nimbus L&F.
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

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

Re: JFreeSVG 3.0

Post by david.gilbert » Tue Jun 09, 2015 9:08 pm

Now on the Central Repository:

Code: Select all

<dependency>
  <groupId>org.jfree</groupId>
  <artifactId>jfreesvg</artifactId>
  <version>3.0</version>
</dependency>
David Gilbert
JFreeChart Project Leader

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

Locked