Enum footile::JoinStyle [] [src]

pub enum JoinStyle {
    Miter(f32),
    Bevel,
    Round,
}

Style for joins

Variants

Mitered join with limit (miter length to stroke width ratio)

Beveled join

Rounded join

Trait Implementations

impl Clone for JoinStyle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for JoinStyle
[src]

impl Debug for JoinStyle
[src]

[src]

Formats the value using the given formatter.