Closed
Bug 1564698
Opened 6 years ago
Closed 6 years ago
gfx.webrender.all=true is causing unexpected filter effect (from nowhere) during animation
Categories
(Core :: Graphics: WebRender, defect, P3)
Core
Graphics: WebRender
Tracking
()
RESOLVED
DUPLICATE
of bug 1569215
| Tracking | Status | |
|---|---|---|
| firefox70 | --- | affected |
People
(Reporter: violet.bugreport, Unassigned)
References
Details
Attachments
(1 file)
|
505 bytes,
text/html
|
Details |
STR:
- On Ubuntu 18.04, with hardware acceleration enabled.
- Set
gfx.webrender.all=true. no need to setgfx.webrender.enabled. - Open the attached file.
- Click the "Animate" button.
Expected:
The path is rotating, with no other effects.
Actually:
The path is severely blurred during rotation, as if there is a filter applied during animation.
NOTE: This behavior is very bizarre, since there is no filter at all in the attached file.
| Reporter | ||
Comment 1•6 years ago
|
||
In Bug 1561225, a decimal width is affecting color opacity when gfx.webrender.all=true. It also needs hardware acceleration enabled to reproduce.
I believe they have the same root cause, even if this bug doesn't involve decimal value.
Comment 2•6 years ago
|
||
The scale we choose in StackingContextHelper::StackingContextHelper is wrong somehow maybe?
Comment 3•6 years ago
|
||
Bug 1569215 fixes this, but regression range is different (pretty sure I remember checking), so not technically the same bug.
Depends on: 1569215
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•