Open
Bug 1769223
Opened 3 years ago
Updated 1 year ago
Allow fallback filters in the root.
Categories
(Core :: Web Painting, task, P3)
Core
Web Painting
Tracking
()
NEW
People
(Reporter: emilio, Unassigned)
References
Details
In bug 1423746 I taught nsDisplayFilters to paint using filters from the style of a different frame. This works for the WebRender code path, but the non-WR code path needs a bunch more work.
| Reporter | ||
Comment 1•3 years ago
|
||
There's a question of do we event want to support filtering the whole viewport using the fallback code-path...
We'd probably just want to implement all filters in WebRender eventually? Nical, do you have opinions here?
Flags: needinfo?(nical.bugzilla)
Comment 2•3 years ago
|
||
Yeah, I think effort would be better spent getting WebRender to render all SVG filters.
Flags: needinfo?(nical.bugzilla)
Updated•3 years ago
|
Severity: -- → S3
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•