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
MiterMiterClipRoundBevelArcs