Closed
Bug 1455427
Opened 7 years ago
Closed 2 months ago
SVG filters on HTML content is a bad time
Categories
(Core :: Graphics: WebRender, defect, P3)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
132 Branch
People
(Reporter: jrmuizel, Assigned: ahale)
References
(Blocks 1 open bug)
Details
(Keywords: regression)
Right now we fallback to BasicLayerManager which isn't going to be a good time.
Unfortunately, we're the only browser that supports SVG filters on HTML content.
Reporter | ||
Comment 1•7 years ago
|
||
Actually, Chrome and Safari support it as well.
Comment 2•7 years ago
|
||
This is a regression for Windows users because BasicLayerManager with Direct2D was at least hardware accelerated. With WebRender we disable Direct2D, so filters run on the CPU.
It's also a regression for everyone because we don't have good invalidation support in the WebRender fallback code, so we always repaint the entire filter if anything inside it changes.
Updated•7 years ago
|
Keywords: regression
Updated•7 years ago
|
Blocks: stage-wr-next
Priority: -- → P1
Updated•7 years ago
|
Summary: SVG filters on HTML content is bad time → SVG filters on HTML content is a bad time
Reporter | ||
Updated•6 years ago
|
Depends on: wr-svg-filter-perf
Reporter | ||
Updated•6 years ago
|
Blocks: wr-investigate
Reporter | ||
Updated•6 years ago
|
Priority: P1 → P3
Updated•4 years ago
|
Blocks: wr-svg-filter-perf
No longer depends on: wr-svg-filter-perf
Updated•2 years ago
|
Severity: normal → S3
Assignee | ||
Comment 3•2 months ago
|
||
If I am understanding the scope of this bug correctly (blob fallbacks when SVG filters are applied to HTML content), this is fixed by enabling gfx.webrender.svg-filter-effects in Bug 1906212 so I am closing this bug.
Assignee: nobody → ahale
Status: NEW → RESOLVED
Closed: 2 months ago
Depends on: 1906212
Resolution: --- → FIXED
Assignee | ||
Updated•2 months ago
|
status-firefox132:
--- → fixed
Assignee | ||
Updated•2 months ago
|
status-firefox130:
--- → affected
status-firefox131:
--- → affected
status-firefox-esr115:
--- → affected
status-firefox-esr128:
--- → affected
Updated•2 months ago
|
Target Milestone: --- → 132 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•