mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-11 01:22:43 +02:00
Some SVG clip paths were recorded against bounds larger than their defined geometry, which can make nested display lists clip wrong. Compute bounds from the full clip geometry according to the CSS masking specification.