RESOLVED WONTFIX 76488
[skia] css3/images/cross-fade-background-size.html renders incorrectly in Skia
https://bugs.webkit.org/show_bug.cgi?id=76488
Summary [skia] css3/images/cross-fade-background-size.html renders incorrectly in Skia
Attachments
Mike Reed
Comment 1 2012-01-18 06:31:45 PST
-webkit-cross-fade Is that turning into a skia call, or is this implemented in chrome's compositor layer?
Stephen White
Comment 2 2012-01-18 07:24:05 PST
(In reply to comment #1) > -webkit-cross-fade > > Is that turning into a skia call, or is this implemented in chrome's compositor layer? It looks like the code in question is in platform/graphics/CrossFadeGeneratedImage.cpp. It makes some pretty ordinary GraphicsContext calls (which turn into skia calls). My guess is perhaps some weird artifact of the resampling mode, as if it's ending up in "nearest" rather than "linear".
Note You need to log in before you can comment on or make changes to this bug.