[Webkit-unassigned] [Bug 92758] [Chromium] Skia assert triggered by custom filter unmultiplied results

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 6 11:49:30 PDT 2012


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





--- Comment #2 from Chiculita Alexandru <achicu at adobe.com>  2012-08-06 11:49:28 PST ---
Thanks for finding this. The shader itself was not providing a pre-multiplied color, but C++  was expecting it to be pre-multiplied. Also note that the shader might come from the network, so we cannot expect it to do the right thing.

The spec didn't say anything about the color type yet, but we will add a note saying that the input and output of the shader are un-multiplied.

I will post a fix later.

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