class HexaPDF::Content::Operator::SetLineJoinStyle
See: PDF2.0 s8.4.4
Implementation of the ājā operator.
def initialize
def initialize super('j') end
def invoke(processor, join_style) #:nodoc:
def invoke(processor, join_style) #:nodoc: processor.graphics_state.line_join_style = LineJoinStyle.normalize(join_style) end