[Webkit-unassigned] [Bug 214259] REGRESSION(r264280) [GTK][WPE] fast/gradients/conic-gradient-alpha.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 15 06:27:41 PDT 2020


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

Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cgarcia at igalia.com

--- Comment #5 from Carlos Garcia Campos <cgarcia at igalia.com> ---
There are two problems:

1. Now the blend is done using premultiplied alpha, since the first color stop is #00FF0000, the premultiplied is just 0, so we always end up with black color. So, just changing to use blendWithoutPremultiply() would fix the bug but...

2. There's a bug in blendWithoutPremultiply(), from is used in both fromSRGB and toSRGB.

Fixing 1 and 2 I get the right output, but the test doesn't pass yet, there's a one pixel difference for some reason.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200715/441d26b3/attachment-0001.htm>


More information about the webkit-unassigned mailing list