Skip to content

Releases: blackears/svgSalamander

Bug fixes

06 Oct 06:21
Compare
Choose a tag to compare

This includes fixes for a number of text drawing issues and cuts down on the number of logging messages.

Bug fix release

03 Dec 14:17
Compare
Choose a tag to compare

Various bug fixes applied over the last two years.

Minor fixes.

07 Aug 22:43
Compare
Choose a tag to compare

Fixing some issues with kerning and NPEs.

Wrapping new exceptions in SVGException

20 Aug 09:50
Compare
Choose a tag to compare

Switching to the JDK gradient tools caused exceptions to be thrown that were previously not. These new exceptions are now wrapped in an SVGException.

Updating to Java 1.5 API

10 Aug 08:50
Compare
Choose a tag to compare

The previous release was compatible with Java 1.4. This update is the first to use the Java 2D gradient classes that were first added to J2SE in version 5. Previously SVG Salamander used nearly identical code implementing these features that was taken from the Batik project. While this did allow the project to compile for Java 1.4, it did require using third party code that was under a separate Apache license. This update removes that dependency.

First major release

05 Jul 00:38
Compare
Choose a tag to compare

Today I'm finally releasing version 1.0 of SVG Salamander. It's been a long time in coming and this release is really just a rebranding of the previous svn/release-2.0. The motivation for this is the migration of the SVG Salamander project from it's old java.net repository to Github. It should also help to standardize all future development.