yagudaev / css-gradient-to-figma

Plugin to insert a CSS Gradient into Figma
https://www.figma.com/community/plugin/1157089605295322526/CSS-Gradient-to-Figma
MIT License
18 stars 2 forks source link

Add support for conic gradients #4

Open yagudaev opened 1 year ago

yagudaev commented 1 year ago

Similar to #3, we need to modify the parser to support the full range from w3c: https://w3c.github.io/csswg-drafts/css-images-4/#conic-gradients

After the parser is done, again we will need to find properties for the gradient transform.