ladybird/Tests/LibWeb/Screenshot
InvalidUsernameException f39433d6b0 LibWeb: Calculate image size in CSS pixels
Previously most of the calculations for `object-fit` and
`object-position` were based on device pixels, meaning that images would
render differently based on zoom and DPI settings. Instead those
calculations now use css pixels and only the final draw-call is based
on device-pixels.
2025-01-21 16:05:12 +01:00
..
data Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others 2024-11-05 14:02:07 +00:00
expected LibWeb/CSS: Implement the light-dark color function 2025-01-08 11:18:13 +00:00
images LibWeb: Calculate image size in CSS pixels 2025-01-21 16:05:12 +01:00
input LibWeb/CSS: Implement the light-dark color function 2025-01-08 11:18:13 +00:00