[Webkit-unassigned] [Bug 39189] New: Bring CanvasRenderingContext2D's createImageData() in line with HTML5 spec

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 16 15:07:27 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=39189

           Summary: Bring CanvasRenderingContext2D's createImageData() in
                    line with HTML5 spec
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: andreas.kling at nokia.com


1. createImageData(ImageData imagedata) is missing - should return a new ImageData object with the same dimensions as 'imagedata' but filled with transparent black.
2. createImageData(width, height) should use the absolute values of 'width' and 'height'

http://www.whatwg.org/specs/web-apps/current-work/#dom-context-2d-createimagedata

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list