Open
Bug 1438987
Opened 7 years ago
Updated 2 years ago
Investigate clip capturing when building nsDisplaySVGWrapper
Categories
(Core :: Web Painting, enhancement, P3)
Core
Web Painting
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox60 | --- | affected |
People
(Reporter: mstange, Unassigned)
Details
It's possible that we currently apply clips on the display list builder's clip state to both the nsDisplaySVGWrapper and its contents. We should decide to either:
- capture the clip on the nsDisplaySVGWrapper item and *not* clip the contents, or
- pass the clip through to the contents and temporarily unset it when creating the nsDisplaySVGWrapper, the way we do for things like opacity.
Updated•7 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•