How can I use the HTML5 canvas element in IE?

The page is using excanvas – a JS library that simulates the canvas element using IE’s VML renderer.

Note that in Internet Explorer 9, the canvas tag is supported natively! See MSDN docs for details…

Leave a Comment