Michael Yagudaev

Results 18 issues of Michael Yagudaev

Similar to the way VSCode does it

enhancement
Effort: Medium

Add full-support for radial-gradients as defined by w3c: https://w3c.github.io/csswg-drafts/css-images-3/#radial-gradients. To do this, we will need to update the parser to support radial gradients. https://www.npmjs.com/package/gradient-parser. The plan is to hard-fork the...

enhancement
Effort: High

We can convert a css gradient rendered by the chrome in the UI to png. Then on the Main (figma canvas) we can export the gradient to png and use...

Effort: Medium
chore

Since an object must be selected, you might adjust the copy to something like this. Instructions: Select an object to change its fill Placeholder text: Paste CSS gradient Button: Apply...

good first issue
Effort: Low

In order to support color stop that are negative we need to stretch the gradient as figma doesn't support it natively. See PR #11 for more details

enhancement
Effort: Medium

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...

enhancement
Effort: High

Allow formatting the gradient for easier readability. Autoformat similar to VSCode & prettier?

enhancement

First off, thank you so much for making this excellent library. It has been pretty much flawless 💜. Found a bug when dealing with images from from Substack specifically. The...