ExplorerCanvas icon indicating copy to clipboard operation
ExplorerCanvas copied to clipboard

ExplorerCanvas can't drawImage by passing the source canvas directly

Open YingshanDeng opened this issue 10 years ago • 3 comments

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 ?

YingshanDeng avatar Oct 09 '15 09:10 YingshanDeng

Ran into the same issue. @YingshanDeng Have you found a way to copy the image data from one canvas to another using ExplorerCanvas?

tp avatar Nov 10 '15 13:11 tp

@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!

YingshanDeng avatar Nov 11 '15 02:11 YingshanDeng

Thanks, that looks really good :-)

tp avatar Nov 11 '15 09:11 tp