Age | Commit message (Expand) | Author |
---|---|---|
2023-04-29 | LibGfx: Add support to draw radial gradients with an rotation angle | Torstennator |
2023-04-28 | LibGfx: Implement PaintStyle for SVG linear gradients | MacDue |
2023-04-12 | Everywhere: Fix a few typos | Nico Weber |
2023-02-08 | Everywhere: Use ReadonlySpan<T> instead of Span<T const> | MacDue |
2023-01-29 | LibGfx: Fix constructor initialisation style in GradientPainting | MacDue |
2023-01-29 | LibGfx: Stop passing color stop spans by const reference | MacDue |
2023-01-23 | LibGfx: Use the first/last color for positions before/after a gradient | MacDue |
2023-01-22 | LibGfx: Implement paint styles required for HTML canvas gradients | MacDue |
2023-01-22 | LibGfx: Add paint styles and allow gradients to be used as them | MacDue |
2023-01-10 | LibWeb+LibGfx: Migrate (most of) the CSS gradient painting to LibGfx | MacDue |