WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
James Robinson
Reported
2012-01-17 15:47:57 PST
http://trac.webkit.org/export/105172/trunk/LayoutTests/css3/images/cross-fade-background-size.html
should look like
http://trac.webkit.org/browser/trunk/LayoutTests/platform/mac/css3/images/cross-fade-background-size-expected.png?rev=105172
but instead it looks like
http://build.chromium.org/f/chromium/layout_test_results/Webkit_Linux/results/layout-test-results/css3/images/cross-fade-background-size-actual.png
in Skia.
Attachments
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug