Enum lyon::tessellation::path_stroke::LineCap [] [src]

pub enum LineCap {
    Butt,
    Square,
    Round,
}

Line cap as defined by the SVG specification.

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

LineCap::Butt LineCap::Square LineCap::Round

Variants

Trait Implementations

impl Copy for LineCap

impl PartialEq<LineCap> for LineCap

impl Debug for LineCap

impl Clone for LineCap