Files
ladybird/Tests/LibWeb/Screenshot/expected/image-transformation-anti-aliasing-ref.html
Jelle Raaijmakers 2811c75031 LibWeb: Use anti-aliasing to draw images and painting surfaces
Fixes the jagged edges on the transformed badge on
https://aaronfrancis.com/backstage.
2025-11-12 17:43:02 +01:00

11 lines
181 B
HTML

<!DOCTYPE html>
<style>
* {
margin: 0;
}
body {
background-color: white;
}
</style>
<img src="../images/image-transformation-anti-aliasing-ref.png">