[Webkit-unassigned] [Bug 76488] [skia] css3/images/cross-fade-background-size.html renders incorrectly in Skia

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 18 07:24:04 PST 2012


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





--- Comment #2 from Stephen White <senorblanco at chromium.org>  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".

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