Skip to content

Commit

Permalink
Prepare 1.0.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfree committed Jul 27, 2021
1 parent 9a332bb commit 7d823b3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SkijaGraphics2D
===============

Version 1.0.0, 21 July 2021
Version 1.0.1, 27 July 2021

Overview
--------
Expand All @@ -18,7 +18,7 @@ To include `SkijaGraphics2D` in your own project, add the following Maven depend
<dependency>
<groupId>org.jfree</groupId>
<artifactId>org.jfree.skijagraphics2d</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>

Build
Expand Down Expand Up @@ -65,5 +65,16 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

History
-------

##### 27-Jul-2021 : Version 1.0.1
- added specialisation in `fill(Shape)` for `Rectangle2D` instances
- added caching of `Typeface` instances
- fix paint setting for font rendering
- added support for `AlphaComposite`
- apply clipping (still work-in-progress)
- fix for cyclic gradient paint
- updated `Skija` to version 0.92.18
- added logging via `SLF4J` and `Log4J2`

##### 21-Jul-2021 : Version 1.0.0
- initial public release.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jfree</groupId>
<artifactId>org.jfree.skijagraphics2d</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 7d823b3

Please # to comment.