[Source]
# File sources/parser/graphics/path.rb, line 138 138: def initialize(join); super('j', join) end
# File sources/parser/graphics/path.rb, line 140 140: def update_state(gs) 141: gs.line_join = @operands[0] 142: self 143: end
[Validate]