[Webkit-unassigned] [Bug 28216] New: [CAIRO] getImageData fails on a given rect bigger than the image rect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 12 03:27:07 PDT 2009


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

           Summary: [CAIRO] getImageData fails on a given rect bigger than
                    the image rect
           Product: WebKit
           Version: 525.x (Safari 3.1)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: krit at webkit.org



Dirk Schulze <krit at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #34650|                            |review?
               Flag|                            |


Created an attachment (id=34650)
 --> (https://bugs.webkit.org/attachment.cgi?id=34650)
Cairo fix of getImageData

[CAIRO] getImageData fails on a given rect bigger than the image rect.

I found this bug during my work on SVG feGaussianBlur. Currently only canvas
could test it, but we don't allow the it there to make a bigger rect then the
image rect.
The problem is, that the destination image and source image were mixed up on
creating the imageData. This patch just follows to the behavior of the other
ports.

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