Categories

lib-gwt-svg goals and design

Library goals

lib-gwt-svg tries to reach the following goals:

Provide a clean, GWT-friendly API
Hide the idiosyncrasies of vendor SVG implementations
Reuse existing GWT features wherever possible to eliminate code duplication and impedance mismatch
Stick to the W3C standard, unless it duplicates an existing GWT feature or the GWT feature is too incomplete

Compatibility with SVG, W3C standards [...]