Open
Bug 1659009
Opened 5 years ago
Updated 5 years ago
SVG images used as mask-image are being re-rasterized too frequently
Categories
(Core :: Graphics: WebRender, defect, P3)
Core
Graphics: WebRender
Tracking
()
NEW
People
(Reporter: mstange, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Spun out from bug 1659000.
Profile: https://share.firefox.dev/2E4mMUZ
When scrolling in the Element / Matrix sidebar, we seem to repaint the globe icon SVGs whenever the affected element moves. The SVG is used as a mask-image.
Testcase coming up.
| Reporter | ||
Comment 1•5 years ago
|
||
| Reporter | ||
Comment 2•5 years ago
|
||
| Reporter | ||
Comment 3•5 years ago
|
||
I think there are two bugs here:
- We shouldn't be repainting the mask to begin with.
- When painting the mask, we shouldn't re-rasterize the SVG image. We should have a cached surface for it.
Updated•5 years ago
|
Severity: -- → S3
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•