最終更新:2011-01-17 (月) 15:11:53 (4841d)  

ExplorerCanvas
Top / ExplorerCanvas

Internet ExplorerでもCanvasを利用できるようになるJavaScriptライブラリ

http://youmos.com/news/explorer_canvas

http://sourceforge.net/projects/excanvas/

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

Modern browsers like Firefox, Safari, Chrome and Opera support the HTML5 canvas tag to allow 2D command-based drawing. ExplorerCanvas brings the same functionality to Internet Explorer. To use, web developers only need to include a single script tag in their existing web pages.

メモ

  • 下記はHEADタグの中に書いとかないとエラーになる
<!--[if IE]><script type="text/javascript" src="/common/lib/excanvas/excanvas.js"></script><![endif]-->

関連

  • IECanvas?