Open
Bug 877432
Opened 11 years ago
Updated 1 year ago
Make nsSVGUtils::ScheduleReflowSVG invalidate rendering observers
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
NEW
People
(Reporter: jwatt, Assigned: jwatt)
References
Details
We should make nsSVGUtils::ScheduleReflowSVG invalidate rendering observers. It's good to invalidate them early rather than rely on InvalidateFrame calling them late (at which time it's too late to reflow again, if necessary). The comment in nsSVGUtils::ScheduleReflowSVG explains why we weren't doing this before. The code we were relying on is dead though, so now nsSVGUtils::ScheduleReflowSVG should do it itself.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•