Skip to content

Draft: Gradient to SVG

Nicco Kunzmann requested to merge gradient-to-svg into main

This starts converting gradients to SVG, see #28

Changes

  • Rename Gradient -> GradientDefinition, GradientInstance

  • Convert a gradient definition to a linearGradient with stops

  • Expose linear/radial to gradient definition

...

Checklist

  • Change is tested
  • Change is documented.
  • Licenses are up to date

Related

Merge request reports