Enum lyon::tessellation::path_stroke::LineCap
[−]
[src]
pub enum LineCap {
Butt,
Square,
Round,
}Line cap as defined by the SVG specification.
Variants
ButtSquareRound