Open
Bug 1499637
Opened 7 years ago
Updated 3 years ago
Switch SVGMarkerObserver::OnRenderingChange to using change hints
Categories
(Core :: SVG, enhancement, P3)
Core
SVG
Tracking
()
ASSIGNED
People
(Reporter: jwatt, Unassigned)
Details
SVGMarkerObserver::OnRenderingChange is somewhat broken. It checks for NS_FRAME_IN_REFLOW, which is silly because markers should never be reflowed, and even if they were we shouldn't be invalidating rendering observers during reflow.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•