JFreeSVG 2.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 2.0

Post by david.gilbert » Wed Jul 30, 2014 11:45 am

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

Code: Select all

Version 2.0 (30 July 2014)
- added configurable text-rendering and shape-rendering properties to the SVG element;
- observe KEY_STROKE_CONTROL rendering hints;
- fixed create() method so that Swing components can be rendered correctly;
- modified the font render context info to fix glyph positioning for text drawn as vector graphics;
- write colors using rgb() rather than rgba(), and write the alpha value to separate opacity attribute; 
- changed the license from AGPLv3 to GPLv3.
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 2.0

Post by david.gilbert » Wed Jul 30, 2014 11:47 am

This release should also appear on the Maven central repository later today.

Code: Select all

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

Post by david.gilbert » Mon Aug 04, 2014 7:20 am

I've released JFreeSVG 2.1 this morning to correct a very minor bug with rendering hints as well as some compilation errors in the demo programs.
David Gilbert
JFreeChart Project Leader

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

Locked