gwt widget usage

Hey there,

I use vaadin 7 and want to draw some SVGs / Canvas. The existing plugins are not compatible with Vaadin 7 (one is, but the functionality is limited). Is it hard to make the lib-gwt-svg work for Vaadin, and if not, can someone give me a quickstart? I found nothing useful in the book :/.

Edit: I downloaded everything and created a widget. My “MyComponentWidget” class should extend from the GWT (?) but the Canvas class doens’t have a public constructor( only static createIfSupported()). Is there a way to “workaround” it? Creating a new Object with a Canvas element and delegating functions trough it doesnt seem to be a good way.

Thanks :slight_smile: