poptanimukesh / google-web-toolkit-incubator

Automatically exported from code.google.com/p/google-web-toolkit-incubator
0 stars 0 forks source link

GWTCanvas should use explorercanvas #296

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently, GWTCanvas has a version for IE that works for the basics, but is by 
no means complete. I 
have found that explorercanvas, a JS project to bring the Canvas API to IE, 
offers more features.

It can be found here:

http://code.google.com/p/explorercanvas/

In my own tests, I removed the IE6Impl classes from GWTCanvas and relied on 
explorercanvas to 
provide the Canvas API for the default GWTCanvas classes, and I have been 
pleased with the results.

Original issue reported on code.google.com by reentry.espresso@gmail.com on 31 Jul 2009 at 6:45