Enum rasterize::LineCap [−][src]
pub enum LineCap {
Butt,
Square,
Round,
}Expand description
LineCap specifies the shape to be used at the end of open subpaths when they are stroked.
See SVG specification for more details.
Variants
Connect path segments with straight line.
Add half-square to the end of the segments
Add half-circle to the end of the segments
Trait Implementations
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for LineCap
impl UnwindSafe for LineCap
Blanket Implementations
Mutably borrows from an owned value. Read more