You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Filling with gradients is supported by both SVG and Java2D (I think). It would be useful to expose this functionality within Doodle as it opens up more creative possibilities.
See what SVG and Java2D support
Model as an algebraic data type (probably gradient = linear | radial)
Extend DrawingContext to allow gradient fills
Implement in backends
The text was updated successfully, but these errors were encountered:
Filling with gradients is supported by both SVG and Java2D (I think). It would be useful to expose this functionality within Doodle as it opens up more creative possibilities.
DrawingContext
to allow gradient fillsThe text was updated successfully, but these errors were encountered: