[Webkit-unassigned] [Bug 30925] [GTK] Black artifacts in youtube.com/html5

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


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


Benjamin Otte <otte at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #42157|0                           |1
        is obsolete|                            |
  Attachment #42158|0                           |1
        is obsolete|                            |
  Attachment #42158|review?                     |
               Flag|                            |
  Attachment #42328|                            |review?
               Flag|                            |




--- Comment #6 from Benjamin Otte <otte at gnome.org>  2009-11-02 11:44:48 PDT ---
Created an attachment (id=42328)
 --> (https://bugs.webkit.org/attachment.cgi?id=42328)
fix

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.

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