[Webkit-unassigned] [Bug 48277] New: Fix canvas/philip/tests/2d.imageData.get.source.negative

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 25 16:27:05 PDT 2010


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

           Summary: Fix
                    canvas/philip/tests/2d.imageData.get.source.negative
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Canvas
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mikelawther at chromium.org
                CC: mdelaney at apple.com


Update behaviour as per http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#pixel-manipulation: 
"The getImageData(sx, sy, sw, sh) method must return an ImageData object representing the underlying pixel data for the area of the canvas denoted by the rectangle whose corners are the four points (sx, sy), (sx+sw, sy), (sx+sw, sy+sh), (sx, sy+sh), in canvas coordinate space units."

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