Commit Graph

2 Commits

Author SHA1 Message Date
Andreas Kling
ad634897b8 Tests: Hide scrollbars in failing ref test
The test scrolled-svg-path-with-transform.html was relying on overlay
scrollbars mistakenly not showing up.
2025-03-28 22:01:51 +00:00
Aliaksandr Kalenik
e655b77393 LibWeb: Fix scroll offset application for SVG root box
Now we use `before_paint()` and `after_paint()` calls for SVG root box
to make sure that both clip and scroll are applied.

Fixes painting of SVG arrows on www.ubereats.com
2025-03-26 20:12:45 +00:00