[Bug 11517] Since context.putImageData() does not handle compositing, another set of methods, maybe context.drawImageData(), should be created to allow ImageData objects to be drawn onto the canvas in the same fashion as Image objects.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=11517

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #9 from Ian 'Hixie' Hickson <ian@hixie.ch> ---
This got fixed as part of the ImageBitmap feature. Just create an ImageBitmap
object from the ImageData object, and draw that onto the canvas.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 18 March 2013 23:27:19 UTC