[webkit-reviews] review canceled: [Bug 30925] [GTK] Black artifacts in youtube.com/html5 : [Attachment 42158] fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 2 11:44:48 PST 2009


Benjamin Otte <otte at gnome.org> has canceled Benjamin Otte <otte at gnome.org>'s
request for review:
Bug 30925: [GTK] Black artifacts in youtube.com/html5
https://bugs.webkit.org/show_bug.cgi?id=30925

Attachment 42158: fix
https://bugs.webkit.org/attachment.cgi?id=42158&action=review

------- Additional Comments from Benjamin Otte <otte at gnome.org>
Turns out using cairo_paint() is a bad idea for the gradients you get in the
corner with bilinear filtering, which are bad when upscaling the image. So I
removed that part and used the old cairo_fill() logic and set CAIRO_EXTEND_PAD
on the source.
Other than that, the patch is unchanged.


More information about the webkit-reviews mailing list