ladybird/Userland
Aliaksandr Kalenik 2539fd6a5c LibGfx+LibWeb: Support CSS gradient "transition hints" in Skia painter
Skia does not have built-in support for gradient transition hints. So
instead of adding custom gradient painting, now we do the same thing as
other engines and preprocess color stops by replacing transition hints
with a bunch of points lying between adjacent color stops and calculated
using non-linear formula from the spec. As a result we get visually
close enough rendering we would get by applying spec-formula
individually to each point of a gradient.
2024-07-10 20:01:04 +03:00
..
Libraries LibGfx+LibWeb: Support CSS gradient "transition hints" in Skia painter 2024-07-10 20:01:04 +03:00
Services LibWeb: Create separate DedicatedWorkerGlobalScope class 2024-07-10 07:04:53 +02:00
Utilities LibWasm: Give names to functions exported to JS via ref.func 2024-07-10 00:37:18 +02:00