The fill node accepts the Gradient type. This contains the start position, the end position, the linear/radial, and the stops.
The «gradient value» node creates the GradientStops type which only contains the colours and the fractions.
This makes it impossible to actually use the fill node from the graph, preventing the easy sharing of gradients between layers.
There should be a new node to construct a Gradient using the stops and the other data.
original: GraphiteEditor#2875
The fill node accepts the
Gradienttype. This contains the start position, the end position, the linear/radial, and the stops.The «gradient value» node creates the
GradientStopstype which only contains the colours and the fractions.This makes it impossible to actually use the fill node from the graph, preventing the easy sharing of gradients between layers.
There should be a new node to construct a
Gradientusing the stops and the other data.original: GraphiteEditor#2875