ExplorerCanvas
ExplorerCanvas copied to clipboard
ExplorerCanvas can't drawImage by passing the source canvas directly
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 ?
Ran into the same issue. @YingshanDeng Have you found a way to copy the image data from one canvas to another using ExplorerCanvas?
@tp Sorry I have not found a way to solve this problem. But I recommend you the flashcanvas(http://flashcanvas.net/). It is a good polyfill for canvas in IE8. FlashCanvas Pro passes more than 70% of HTML5 Canvas tests! Hava fun!
Thanks, that looks really good :-)