Hacker News new | ask | show | jobs
by Syntheticate 1082 days 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...
1 comments

I think they’re referring to conic gradients, also known as angular gradients which SVG doesn’t support.