1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-12 23:01:01 +00:00
serenity/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 LibGfx: Rename Color::from_rgba() => Color::from_argb() 2022-03-04 23:40:21 +01:00
Applications Browser: Fix crash in Storage Inspector when the cookie list is emtpy 2022-03-06 01:36:41 +01:00
Demos Demos/CatDog: Show different messages depending on state 2022-03-02 18:10:02 +01:00
DevTools Profiler: Present read event info in tree structure 2022-03-05 21:47:01 +01:00
DynamicLoader DynamicLoader+LibC+LibTimeZone: Include LibTimeZone sources in LibC 2022-01-23 12:48:26 +00:00
Games LibGfx: Rename Color::from_rgba() => Color::from_argb() 2022-03-04 23:40:21 +01:00
Libraries LibWeb: Support more CSS image-rendering values 2022-03-07 00:08:22 +01:00
Services LibGfx: Rename RGBA32 => ARGB32 2022-03-04 23:40:21 +01:00
Shell Shell: Be more smart with pasted stuff 2022-03-06 13:20:41 +01:00
Utilities LibLine+Userland: Make suggestion offsets per-suggestion 2022-03-06 13:20:41 +01:00
CMakeLists.txt