HTML5 Canvas Emulator For Old Internet Explorer

File Size: 105 KB
Views Total: 1455
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
HTML5 Canvas Emulator For Old Internet Explorer

The canvas element is a new markup introduced in HTML5 that is used to draw graphics on a web page. Modern browsers like Firefox, Safari, Chrome, Opera and IE9+ support the HTML5 canvas tag to allow 2D command-based drawing. For support for Internet Explorer < 9, you can use this Canvas Emulator that just includes the explorercanvas script on your page.

How to use it:

You only need to include explorercanvas.js in the existing web pages

<!--[if lte IE 8]>
<script language="javascript" type="text/javascript" src="excanvas.compiled.js">
</script>
<![endif]-->

More Examples:


This awesome jQuery plugin is developed by unknown. For more Advanced Usages, please check the demo page or visit the official website.