- From: <bugzilla@jessica.w3.org>
- Date: Fri, 10 Dec 2010 00:53:46 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=11517
Tab Atkins Jr. <jackalmage@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jackalmage@gmail.com
--- Comment #1 from Tab Atkins Jr. <jackalmage@gmail.com> 2010-12-10 00:53:46 UTC ---
If you want to composite a whole canvas onto another canvas, you can just use
the first canvas as an argument to drawImage(). If you want to composite a
portion of a canvas onto another canvas, you can first use putImageData to draw
the portion onto a *third*, appropriately sized, canvas, and then use drawImage
with the third canvas.
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Friday, 10 December 2010 00:53:48 UTC