mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 02:05:07 +02:00
SVGPathElement::get_path() produces a path based on the d attribute. During layout, this path is copied into paintables. If the d attribute changes after layout, the path stored in the paintable becomes stale. Fix by calling set_needs_layout_update() when it changes so the path is recomputed.
548 B
548 B