pub type Shape = Shape<Angle, LengthPercentage>;
Expand description
The computed value of shape()
.
Aliased Type§
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.