pub type EndingShape = GenericEndingShape<NonNegativeLength, NonNegativeLengthPercentage>;
Expand description
A computed radial gradient ending shape.
Aliased Type§
enum EndingShape {
Circle(GenericCircle<NonNegative<CSSPixelLength>>),
Ellipse(GenericEllipse<NonNegative<LengthPercentage>>),
}
Variants§
Circle(GenericCircle<NonNegative<CSSPixelLength>>)
A circular gradient.
Ellipse(GenericEllipse<NonNegative<LengthPercentage>>)
An elliptic gradient.