Hpdf::LineCap
Inherits Enum / Comparable / Value / Object
used in Page#line_cap=.
Constants
ButtEnd = 0
The line is squared off at the endpoint of the path.

RoundEnd = 1
The end of a line becomes a semicircle whose center is the end point of the path.

ProjectingScuareEnd = 2
The line continues to the point that exceeds half of the stroke width the endpoint.
