Enum pdf::graphicsstate::CapStyle
[−]
[src]
pub enum CapStyle {
Butt,
Round,
ProjectingSquare,
}Line cap styles, as described in section 8.4.3.4 of the PDF specification.
Variants
ButtTruncate the line squarely through the endpoint.
RoundInclude a circle of line-width diameter around the endpoint.
ProjectingSquareInclude a square around the endpoint, so the line continues for half a line-width through the endpoint.