larsenwork / sketch-easing-gradient

Easing gradient plugin for SketchApp that let's you create prettier gradients
MIT License
407 stars 11 forks source link

Ability to Generate Radial Gradients #12

Open ekfuhrmann opened 6 years ago

ekfuhrmann commented 6 years ago

Is your feature request related to a problem? Please describe. While many gradients are linear, some are also radial. Is there any way to easily convert these code snippets into the radial syntax.

Describe the solution you'd like Either a toggle to choose between a radial or linear gradient, or some way to detect what type of gradient is being used based on the sketch gradient type.

Describe alternatives you've considered You can change linear-gradient to radial-gradient but it doesn't render very well and seems to have quite a bit of banding.