ladybird/Userland
Andreas Kling 6d1a9672a4 LibWeb: Support more CSS image-rendering values
This patch adds support for "crisp-edges", "high-quality" and "smooth"
for the CSS image-rendering property.

"crisp-edges" maps to nearest-neighbor scaling for <canvas> and <img>
elements, while "high-quality" and "smooth" both use bilinear blending.
2022-03-07 00:08:22 +01:00
..
Applets
Applications
Demos
DevTools
DynamicLoader
Games
Libraries LibWeb: Support more CSS image-rendering values 2022-03-07 00:08:22 +01:00
Services
Shell
Utilities
CMakeLists.txt