Type Alias Shape

Source
pub type Shape = Shape<Angle, LengthPercentage>;
Expand description

The computed value of shape().

Aliased Type§

#[repr(C)]
pub struct Shape { pub fill: FillRule, pub commands: OwnedSlice<GenericShapeCommand<Angle, LengthPercentage>>, }

Fields§

§fill: FillRule

The filling rule for this shape.

§commands: OwnedSlice<GenericShapeCommand<Angle, LengthPercentage>>

The shape command data. Note that the starting point will be the first command in this slice.