ExplorerCanvas icon indicating copy to clipboard operation
ExplorerCanvas copied to clipboard

Canvas for IE8 and older

Results 6 ExplorerCanvas issues
Sort by recently updated
recently updated
newest added

i want to use make a image and append in my dom, but not work in IE8. what's the problem? ... var image = canvas.toDataURL("image/png"); var img = document.createElement("img"); img.src...

when I create a canvas by javascript , it show me 'object unsupport“getContext” ' on IE8 my code like that `var canvas = document.createElement("canvas"); var ctx = canvas.getContext("2d");`

I use this excanvas in IE8 for Chart.js ployfill, but the text flicker and sometimes display when i moverover the canvas as below. Why? How to fix it? ![demo](https://cloud.githubusercontent.com/assets/8401872/13392329/aa17933e-df14-11e5-8fd8-77f089558620.gif)

In your canvas polyfill , it only support canvas drawImage from image, but i want to drawImage by passing the source canvas directly ? How to solve it ?

It would be nice to add a tag with the version to fix in the bower.json file.

Hi! Just wanted to know if it could be possible to add a `bower.json` file, then adding `ignore` rules to it. This way, it will be possible to fetch only...