Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upThe contrast() filter does not deal with premultiplied alpha correctly #1854
Comments
|
https://bugzilla.mozilla.org/show_bug.cgi?id=1408116 Expected vs. actual rendering: I think it's worth making all color transform filters work the same: unpremultiply, apply a matrix, premultiply. Here's the Gecko code that computes the color matrix for the different filter types: http://searchfox.org/mozilla-central/rev/31606bbabc50b08895d843b9f5f3da938ccdfbbf/gfx/src/FilterSupport.cpp#396-513 |
|
This got fixed with the latest webrender update. (8a39cf2...d490a74) |
|
Thanks! |
|
This was fixed by #2048. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Testcase and more detailed description coming tomorrow.