Skip to content

Releases: blackears/svgSalamander

Changing Maven publishing

23 Oct 23:54

Choose a tag to compare

Another attempt to publish this thing properly on Maven central.

Configuring Maven releases

20 Oct 04:06

Choose a tag to compare

Another attempt at getting this to deploy properly to Maven central.

Deployment update

07 Oct 18:52

Choose a tag to compare

One of a series of experiments in getting deployment to work.

Changing Maven publishing

19 Sep 18:38

Choose a tag to compare

This update is an attempt to correctly integrate SVG Salamander with various Maven repositories.

Bug fixes

06 Oct 06:21

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

Choose a tag to compare

Various bug fixes applied over the last two years.

Minor fixes.

07 Aug 22:43

Choose a tag to compare

Fixing some issues with kerning and NPEs.

Wrapping new exceptions in SVGException

20 Aug 09:50

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

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

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.