[Webkit-unassigned] [Bug 89116] Specular light filters produce dark results

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 14 14:28:13 PDT 2012


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


Florin Malita <fmalita at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|webkit-unassigned at lists.web |fmalita at chromium.org
                   |kit.org                     |




--- Comment #1 from Florin Malita <fmalita at chromium.org>  2012-06-14 14:28:12 PST ---
A straightforward fix is to update FELighting to produce premultiplied results (it already does, but stores it in the unmultiplied buffer). Not only does this take care of the darker result, but it also eliminates subsequent unmultiplied->premultiplied conversions needed by feComposite.

Patch coming up.

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