lib-gwt-svg is a library to add SVG graphics to a GWT application.
You can browse the Release notes for details on
version 0.4.7
Lib-gwt-svg requires GWT 2.x. Depending on the version you GWT you are using, you must choose a version of lib-gwt-svg which matches it, as described in the following table:
| GWT version | lib-gwt-svg version |
|---|---|
| 2.0.3 | 0.4.6 |
| 2.0.4 | 0.4.7 |
| 2.1.0M1 | 0.4.8 |
lib-gwt-svg has been tested on the following SVG-enabled web browsers:
| Browser | Version |
|---|---|
| Firefox | 3.x |
| Opera | 10.x or greater |
| Chrome | 5.x or greater |
| Safari | 5.x |
You can find samples demonstrating the API in action here:
- lib-gwt-svg-chess (a chess game)
- lib-gwt-svg-samples (basic usage)
- lib-gwt-svg-edu (educational games)
The library currently requires GWT 2.x. Debugging is possible using GWT dev mode.
The documentation currently available consists in:
- a maven site with javadoc, source cross-reference, dependencies
- a post discussing the library goals and design.
- a post discussing why the library is currently limited to classic HTML GWT containers
You can use the lib-gwt-svg Google group to ask questions about lib-gwt-svg usage. I (or somebody else) will do my best to answer it as quickly as possible
Note: the original 0.0.1 version was released under the GPL license. As of version 0.2, lib-gwt-svg is re-released under the LGPL license

