ExplorerCanvas enables HTML Canvas on IE!
HTML Canvas gives JavaScript apps a 2D graphics API, and it works great in Firefox, Safari, Opera, and OmniWeb, but not IE. Unfortunately that means Canvas doesn’t work in most people’s browers.
ExplorerCanvas is a great Google Code project that enables Canvas in IE! The only code change necessary is to add the folowing line to your html:
<!--[if IE]><script type=”text/javascript” src=”excanvas.js”></script><![endif]–>
(that [if IE] stuff is an IE-only preprocessor command..)
Filed under: code code |
