JFreeSVG 3.4

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

Post by david.gilbert » Mon Feb 11, 2019 5:46 pm

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

Code: Select all

Version 3.4 (10 February 2019)

- added attribute for font size units override;
- added automatic module name (org.jfree.jfreesvg);
- omit transformation if it is the identity transform;
- fixed drawString() method for empty string;
- fixed drawImage() method for null ImageOp.
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.4</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