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