Enum lyon_tessellation::path_stroke::LineJoin [] [src]

pub enum LineJoin {
    Miter,
    MiterClip,
    Round,
    Bevel,
    Arcs,
}

Line join as defined by the SVG specification.

See: https://svgwg.org/specs/strokes/#StrokeLinejoinProperty

Variants

Trait Implementations

impl Copy for LineJoin
[src]

impl Clone for LineJoin
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LineJoin
[src]

Formats the value using the given formatter.

impl PartialEq for LineJoin
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.