[Webkit-unassigned] [Bug 150940] Color interpolation for colors with alpha incorrect (gradients)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 6 08:22:12 PST 2015


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

--- Comment #3 from Darin Adler <darin at apple.com> ---
The OS X and iOS graphics framework, Core Graphics, that WebKit uses to draw on those operating systems has a gradient feature that does not have a mode where it properly handles this. If we wanted to fix this problem in WebKit without waiting for the Core Graphics we would have to write a new gradient implementation that bypasses the Core Graphics Framework. Our plan is to instead ask Apple to add this feature to the Core Graphics framework.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151106/8ac5723d/attachment.html>


More information about the webkit-unassigned mailing list