Open GoogleCodeExporter opened 9 years ago
This would be extremely helpful to me.
Original comment by alil...@gmail.com
on 9 Jan 2011 at 1:10
as an alternative would be nice to have a posibility to pass image object
instead of second canvas, so it will look like this:
var image = context2.getImageData(0, 0, canvas2.width, canvas2.height);
context1.drawImage(image, 0, 0, canvas1.width, canvas1.height);
but the problem is that excanvas.js doesn't have implemented any of
getImageData,putImageData,createImageData
so it would be very helpful to have them too.
Original comment by dob...@gmail.com
on 26 Jan 2011 at 10:23
Is drawImage technically possible even using IE's VML?
If so this feature would be extremely useful.
Original comment by davidno...@gmail.com
on 18 Aug 2011 at 9:42
Original issue reported on code.google.com by
mik...@gmail.com
on 8 Dec 2010 at 8:47