JFreeSVG 1.9

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 1.9

Post by david.gilbert » Tue May 06, 2014 7:23 am

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

Code: Select all

Version 1.9 (6 May 2014) 
- added defsKeyPrefix attribute to allow unique ids for DEFS when generating multiple SVG elements for use in a single HTML page;
- added support for LinearGradientPaint and improved existing GradientPaint handling;
- added KEY_ELEMENT_TITLE rendering hint;
- added support for arbitrary key, value pairs in the KEY_START_GROUP handler;
- added zeroStrokeWidth attribute to allow configuration of handling for BasicStroke with zero width (which the Java specification states should be "rendered as the thinnest possible line");
- fixed a bug in the drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) method.
JFreeSVG is dual licensed under the GNU AGPL and a commercial licence.
David Gilbert
JFreeChart Project Leader

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

Locked