How To Use Canvas Tag In Internet Explorer?
16
May
// php the_time('Y') ?>
It seems that canvas tag ( <canvas> ) will be very popular as it allows drawing graphics using scripting.
Canvas tag is supported in Firefox, Opera 9, Safari by default to allow 2D command-based drawing. But it is not supported by Internet Explorer.
ExplorerCanvas is a JavaScript that you can insert into your pages for bringing canvas functionality to Internet Explorer.
To get the ExplorerCanvas, click here.
For more details about the canvas tag, click here.
Website: http://sourceforge.net/projects/excanvas/
Download: http://sourceforge.net/project/showfiles.php?group_i...
Download: http://sourceforge.net/project/showfiles.php?group_i...
- Tags:
Html Internet Explorer Javascript Tag
- Filed under: Extras, Info, Other License
- 2 Comments











2 Responses for "How To Use Canvas Tag In Internet Explorer?"
An implementation of the HTML5 Canvas API for Internet Explorer is available for download:
http://code.google.com/p/fxcanvas/
[...] evaluarlo. Periodo que el navegador se queda prácticamente parado. Por otro lado, navegador como IE6 no soportan el elemento canvas nativamente, lo que nos limita su uso prácticamente en la mayoría de sitios [...]