mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-14 01:16:33 +00:00
Somewhere the path bounding box in the layout and the actual draw path are getting slightly mismatched. This results in partly clipped bits of SVGs. The paths are already clipped to the containing SVG, and the size of the path in the layout is computed from the bounding box, so it is probably safe just to remove this clipping for now.