GWT Graphics - Vaadin Add-on Directory
A cross-browser vector graphics library for GWTThe goal of the GWT Graphics library is to provide consistent cross-browser vector graphics library for Google Web Toolkit. Under the hood, the library uses to XML-based languages: SVG and VML. VML implementation is for Internet Explorer. Other browsers use SVG implementation.
Please note that GWT Graphics is a library for GWT. If you want to use it with Vaadin, you have to create your own Vaadin widget and use the library on the client-side.
For more information, see the related links!
JavaDocsRelease notes
Demos & examples
Google Web Toolkit (GWT)
Source Code
Discussion Forum
Project Home
Manual
GWT Graphics version 0.9.3
null
GWT Graphics version 0.9.4
null
GWT Graphics version 0.9.5
See http://code.google.com/p/gwt-graphics/wiki/ReleaseNotes
GWT Graphics version 0.9.6
See http://code.google.com/p/gwt-graphics/wiki/ReleaseNotes
GWT Graphics version 0.9.7
See http://code.google.com/p/gwt-graphics/wiki/ReleaseNotes
GWT Graphics version 1.0.0
* IE9 uses SVG for rendering now
* JavaDoc enhancements
* GWT Graphics' version can be read from GWT Java code
* Added Animate.onComplete() that is fired when animation completes
* Bug fixes