module HexaPDF::Content::LineJoinStyle
Defines all available line join styles as constants. Each line join style is an instance of NamedValue. For use with HexaPDF::Content::GraphicsState#line_join_style.
See: PDF1.7 s8.4.3.4
Constants
Public Class Methods
Returns the argument normalized to a valid line join style.
-
0 or
:miter
can be used for the MITER_JOIN style. -
1 or
:round
can be used for the ROUND_JOIN style. -
2 or
:bevel
can be used for the BEVEL_JOIN style. -
Otherwise an error is raised.