summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/GradientPainting.cpp
AgeCommit message (Expand)Author
2023-04-29LibGfx: Add support to draw radial gradients with an rotation angleTorstennator
2023-04-28LibGfx: Implement PaintStyle for SVG linear gradientsMacDue
2023-04-12Everywhere: Fix a few typosNico Weber
2023-02-08Everywhere: Use ReadonlySpan<T> instead of Span<T const>MacDue
2023-01-29LibGfx: Fix constructor initialisation style in GradientPaintingMacDue
2023-01-29LibGfx: Stop passing color stop spans by const referenceMacDue
2023-01-23LibGfx: Use the first/last color for positions before/after a gradientMacDue
2023-01-22LibGfx: Implement paint styles required for HTML canvas gradientsMacDue
2023-01-22LibGfx: Add paint styles and allow gradients to be used as themMacDue
2023-01-10LibWeb+LibGfx: Migrate (most of) the CSS gradient painting to LibGfxMacDue