Home

Awesome

About this fork

Latest Version License Last Commit Chat on Gitter

This fork of blackears/svgSalamander library was made for Maven releases and minor fixes for the library.

To add latest release to your Maven project use next dependency:

<dependency>
  <groupId>com.weblookandfeel</groupId>
  <artifactId>svg-salamander</artifactId>
  <version>1.1.2.2</version>
</dependency>

You can find all other released versions on search.maven.org.

Major, minor and patch versions of releases will be similar to ones on official project releases, but will also contain my personal fixes added on this fork. Fourth version number will be added to any releases between official ones to reference changes I've made on this fork.

SVG Salamander

SVG Salamander is an SVG engine for Java that's designed to be small, fast, and allow programmers to use it with a minimum of fuss. It's in particular targeted for making it easy to integrate SVG into Java games and making it much easier for artists to design 2D game content - from rich interactive menus to charts and graphcs to complex animations.

Features

Current status

SalamanderSVG is part of the Salamander project hosted on http://www.kitfox.com

Projects using SVG Salamander

License

SVG Salamander is avaible both under the LGPL and BSD licenses.