Comment by Syntheticate
3 years ago
It's definitely supported via the `gradientTransform` attribute on e.g. linear gradients, as in this example: https://developer.mozilla.org/en-US/docs/Web/SVG/Element/lin...
3 years ago
It's definitely supported via the `gradientTransform` attribute on e.g. linear gradients, as in this example: https://developer.mozilla.org/en-US/docs/Web/SVG/Element/lin...
I think they’re referring to conic gradients, also known as angular gradients which SVG doesn’t support.