pub struct CompoundPath {
    pub paths: Vec<CompoundPathElement>,
}
Expand description

A collection of Path and Spline that represents a shape with holes

Fields

paths: Vec<CompoundPathElement>

Implementations

returns a single svg path string in relative path syntax and offset

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.