WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
74025
FEDropShadow calls ImageBuffer::putPremultipliedImageData with non-premultiplied pixels
https://bugs.webkit.org/show_bug.cgi?id=74025
Summary
FEDropShadow calls ImageBuffer::putPremultipliedImageData with non-premultipl...
Brian Salomon
Reported
2011-12-07 13:47:57 PST
This can be demonstrated by running the svg/dynamic-updates/SVGFEDropShadow* layout tests with an assert that r, g, and b are <= a in an implementation of ImageBuffer::putPremultipliedImageData. The call to putPremultipliedImageData is here:
http://trac.webkit.org/browser/trunk/Source/WebCore/platform/graphics/filters/FEDropShadow.cpp#L108
Attachments
Add attachment
proposed patch, testcase, etc.
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