Open
Bug 1566769
Opened 6 years ago
Updated 3 years ago
Blob images sometimes have unreasonable sizes
Categories
(Core :: Graphics: WebRender, task, P3)
Tracking
()
NEW
People
(Reporter: nical, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
The test case from bug 1566206 shows the issue. We try to layerize a blob of the size of the whole svg which is huge. It's probably because of the animated transform.
In order to be able to stop rasterizing blobs on the render backend we need to be able to better restrict the blob visible area and request only a reasonable amount of tiles to be rasterized during scene building.
Updated•3 years ago
|
Blocks: wr-blob-perf
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•