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.
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
toradial-gradient
but it doesn't render very well and seems to have quite a bit of banding.