[Webkit-unassigned] [Bug 21575] Cairo's ImageBuffer::getImageData() does not handle alpha=0 case correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 29 15:55:19 PDT 2008


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





------- Comment #5 from vbs85 at gmx.de  2008-10-29 15:55 PDT -------
Created an attachment (id=24758)
 --> (https://bugs.webkit.org/attachment.cgi?id=24758&action=view)
color's given to GraphicsContext

I checked the color that are given to GraphicsContext. I added the original
alpha value on fist column and the second column includes the alpha multiplied
with 255.
As you can see (if you compare the values of the first list with the values of
the second list): cairo gives the right values back (for the alpha channel).

That means first: There is something wrong in Color.cpp
and second: it shouldn't work on Cg either.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list