开发者

which is the best javascript library for making canvas compatible with IE [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, vi开发者_JAVA技巧sit the help center for guidance. Closed 9 years ago.

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜