Also noticed some differences between browsers. One example is looking at the donut chart here http://hene.virtuallypreinstalled.com/Charts in IE, looks great, however, in Chrome, the shading is off (and the animations don't work on the bar chart). But, hey, it's better then the standard GWT canvas! :-)
Having said all that, I think I'll be using the GWTCanvas in the gwt- incubator.jar. On Mar 4, 4:05 pm, Craig Mitchell <[email protected]> wrote: > Just tried out gwt-graphics, very impressive. One downside is that > the Path vector object only supports ints, and not doubles, so when I > hooked it up to GChart, my charts looked a little wobbly. > > On Mar 3, 5:17 pm, Jan Mostert <[email protected]> wrote: > > > > > > > > > GWT-graphics supports IE6 via VML and renders everything else via Vector > > > Supported browsers > > > The library has been tested to work with the following browsers: > > > - Internet Explorer 6 and newer > > - Firefox 3.0 and newer > > - Safari 3.2 and newer > > - Opera 9.6 and newer > > - Google Chrome > > >http://code.google.com/p/gwt-graphics/ > > > -- > > Jan Vladimir Mostert > > BEngSci > > > MyCee Technologies > > > On Thu, Mar 3, 2011 at 1:58 AM, Craig Mitchell <[email protected]> wrote: > > > +1. Partial support would be great as there are a lot of IE 6/7/8 > > > users out there. > > > >http://www.w3schools.com/browsers/browsers_explorer.asp > > > > On Mar 3, 1:22 am, Kurtt Lin <[email protected]> wrote: > > > > Even partially supporting is welcomed, and developers should have known > > > > about its IE6's poor performance, thus avoid rendering lots elements. > > > > Actually i want Canvas in IE 6/7/8 badly. > > > > T T > > > > > On Wed, Mar 2, 2011 at 9:55 PM, Philip Rogers <[email protected]> wrote: > > > > > Because of the difficulty of supporting IE6 fully via VML (including > > > > > text, etc.) and still having reasonable performance, there aren't > > > > > plans to support it at this time. > > > > > > The new Canvas implementation in GWT should have complete support > > > > > across FF3.5, Chrome, Safari, and IE9, but there isn't a fallback > > > > > provided for the older browsers. > > > > > > On Mar 1, 10:31 pm, Craig Mitchell <[email protected]> wrote: > > > > > > Hi, > > > > > > > Are there any plans for Canvas to support IE6? It was supported via > > > > > > GWTCanvasImplIE6 in the gwt-incubator.jar which would implement the > > > > > > Canvas functionality via VML. > > > > > > > Thanks. > > > > > > -- > > > > > 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. > > > > -- > > > 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. -- 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.
