Skip to content

Commit

Permalink
Update for release 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jfree committed Oct 9, 2016
1 parent 314afc6 commit 2ca86a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
JFreeSVG
========

Version 3.2, 30 September 2016.
Version 3.2, 9 October 2016.

(C)opyright 2013-2016, by Object Refinery Limited. All rights reserved.

Expand All @@ -12,7 +12,7 @@ Overview

http://www.jfree.org/jfreesvg/

This version (3.2) was released on 30 September 2016. A change history appears at the end of this file.
This version (3.2) was released on 9 October 2016. A change history appears at the end of this file.


Getting Started
Expand All @@ -33,7 +33,7 @@ JFreeSVG is published to the Central Repository. You can include it in your pro
<dependency>
<groupId>org.jfree</groupId>
<artifactId>jfreesvg</artifactId>
<version>3.1</version>
<version>3.2</version>
</dependency>

JFreeSVG can be built using either Maven or Ant. For Maven-based builds, use the `pom.xml` file in the root directory.
Expand Down Expand Up @@ -61,13 +61,14 @@ Other code distributed with JFreeSVG:
Change History
--------------

Version 3.2 (30 September 2016)
Version 3.2 (9 October 2016)
- added facility to specify `units` for `width` and `height` attributes;
- added option to suppress `width` and `height` from SVG element;
- add option to include `viewBox` and associated parameters in the SVG element;
- fixed `NullPointerException` in `drawImage(Image, AffineTransform, ImageObserver)` (bug #6);
- copy `fontMapper` in `create()` method (bug #5).


Version 3.1 (30 April 2016)
- use fractional metrics for `FontMetrics`;
- use `ellipse` element to draw/fill `Ellipse2D` instances;
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.jfree</groupId>
<artifactId>jfreesvg</artifactId>
<version>3.1</version>
<version>3.2</version>
<packaging>jar</packaging>

<name>JFreeSVG</name>
Expand Down

0 comments on commit 2ca86a3

Please sign in to comment.