[sw-wr] artifacts on a gradient demo if you resize the window or pinch-zoom
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
People
(Reporter: mayankleoboy1, Assigned: lsalzman)
References
(Regression)
Details
(Keywords: regression)
Attachments
(3 files)
enable sw-wr
Go to https://codepen.io/ericthayer/pen/BwVqXj
either increase the width of the code-panes, or pinch-zoom, or change the width of the browser window
AR: Artifacts
Regression range: https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=640d8d3f3540386be847160f0e6c959e6e0d5e10&tochange=7ea6d747243265898cd60de1664724fb6e46e811
suspect: bug 1686244
Reporter | ||
Comment 1•1 year ago
|
||
Reporter | ||
Comment 2•1 year ago
|
||
Assignee | ||
Updated•1 year ago
|
Comment 3•1 year ago
|
||
Set release status flags based on info from the regressing bug 1686244
:lsalzman, since you are the author of the regressor, bug 1686244, could you take a look?
For more information, please visit BugBot documentation.
Updated•1 year ago
|
Assignee | ||
Comment 4•1 year ago
|
||
Due to quantization and rounding of the linear gradient deltas, if
the amount of stepping due to long horizontal spans exceeds the precision
of the delta, then this can cause calculations to overflow. To avoid this,
break the stepping up into segments that re-quantize the color every so
often.
Updated•1 year ago
|
Comment 6•1 year ago
|
||
bugherder |
Reporter | ||
Comment 7•1 year ago
|
||
Fixed on Nightly. Thanks!
Assignee | ||
Updated•1 year ago
|
Description
•