Noticeable banding on animated CSS gradient in Firefox, not in Chrome/Safari
Categories
(Core :: Graphics, defect, P3)
Tracking
()
People
(Reporter: twisniewski, Unassigned)
References
()
Details
Attachments
(1 file)
|
637 bytes,
text/html
|
Details |
The attached testcase exhibits noticable color banding which doesn't appear to be OS-dependent. It was reduced from a Steam page, as reported on webcompat.com.
Comment 1•2 years ago
|
||
Not as pronounced, but I see banding in Edge as well with the test case, especially at the hard-transition between colors.
FFx Release 114.0.2 (SW/WR) and Nightly 116.0a1 (WR) displays this harsh banding equally, so it doesn't appear to be related to hardware acceleration (or the lack thereof).
Comment 2•2 years ago
|
||
We did previously have an existing gradient dithering implementation, however it was disabled in order to ship DirectComposition some time ago. The details are subtle but the old dithering implementation would cause unpredictable fuzziness failures due to where DC selects tiles within the virtual surface atlas. We should reimplement gradient dithering in a way that isn't affected by this.
Updated•2 years ago
|
Description
•