ladybird/Tests/LibWeb/Screenshot
Jelle Raaijmakers 70b52e0994 LibWeb: Use efficient background repeat path for either direction
We're able to efficiently draw repeated bitmaps through Skia, but for
backgrounds we only did so if the background was `repeat-x` _and_
`repeat-y`, and not if just one was set. This meant that for backgrounds
that were only repeating in one direction, we were taking the slow path.
Turns out that this slow path also produced graphical artifacts when
zooming in and out, so let's not do that :^)
2025-05-09 21:37:48 +02:00
..
data Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others 2024-11-05 14:02:07 +00:00
expected LibWeb: Use efficient background repeat path for either direction 2025-05-09 21:37:48 +02:00
images LibWeb: Use efficient background repeat path for either direction 2025-05-09 21:37:48 +02:00
input LibWeb: Use efficient background repeat path for either direction 2025-05-09 21:37:48 +02:00