Open Bug 1455427 Opened 6 years ago Updated 2 years ago

SVG filters on HTML content is a bad time

Categories

(Core :: Graphics: WebRender, defect, P3)

defect

Tracking

()

People

(Reporter: jrmuizel, Unassigned)

References

(Depends on 2 open bugs, 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.
Blocks: 1451112
Actually, Chrome and Safari support it as well.
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.
Summary: SVG filters on HTML content is bad time → SVG filters on HTML content is a bad time
Depends on: wr-svg-filter-perf
Blocks: 1468183
Depends on: 1480150
Depends on: 1480616
Depends on: 1480620
Blocks: 1494924
Priority: P1 → P3
No longer depends on: wr-svg-filter-perf
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.