We're using HTML 5 Canvas for it. We created a slim JavaScript overlay wrapper, that allows us to access the Canvas methods from Java. For IE we use Excanvas r3, which is open source and supports IE 8 in standards mode. The only thing is, that we need to invoke a Excanvas 'init' method to make our dynamically created canvas objects emulated, but that's just one line of JavaScript.
The benefit is, that we don't need to include the GWT Incubator overhead in our app and we can use Excanvas, instead of GWT Incubator's VML emulation (doesn't work with IE 8 in standard mode). Regards Jan Ehrhardt On Sat, Dec 12, 2009 at 12:12 PM, Nathan Wells <[email protected]> wrote: > I want to draw stuff. Circles, rectangles, dodecahedrons, etc... What > are people using for this? I know about the following: > > Incubator's GwtCanvas. > gwt-visualization-api > > Are there others out there? What's best? Why do you prefer the one you > use? Sample code is welcome. Any little problems you've had to deal > with? > > Thanks for your suggestions. > > -- > > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
