which is the best javascript library for making canvas compatible with IE [closed]
I have an application with heavy use of canvas (dinamyc created, circles, squares, a brush pen, some kind of online microsoft paint). I am searching for the best compatible canvas js library for supporting IE7+. Any suggestions? i tried excanvas.js but I didn't get the same results as i use to see in firefox.
There ExCanvas (VML), Uupaa Canvas (VML, based on ExCanvas), FxCanvas (Flash) and FlashCanvas (Flash). There is also this one (Silverlight), but I don't know if this was totally finished. Note that ExCanvas also supports Silverlight in a sub-project, but it is not maintained.
It all depends on your target audience and what you need in your app.
The VML based ones are limited if you need lots of elements in your drawing, and the Flash based ones won't be limited by the number of element, but by the interactivity (mouse and keyboard events).
I suggest you to look at the respective websites of these libs.
The only think I can think of is ExplorerCanvas
精彩评论