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: FillRuleThe 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.