[webkit-reviews] review requested: [Bug 28216] [CAIRO] getImageData fails on a given rect bigger than the image rect : [Attachment 34650] Cairo fix of getImageData

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


Dirk Schulze <krit at webkit.org> has asked  for review:
Bug 28216: [CAIRO] getImageData fails on a given rect bigger than the image
rect
https://bugs.webkit.org/show_bug.cgi?id=28216

Attachment 34650: Cairo fix of getImageData
https://bugs.webkit.org/attachment.cgi?id=34650&action=review

------- Additional Comments from Dirk Schulze <krit at webkit.org>
[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.


More information about the webkit-reviews mailing list