class HexaPDF::Content::Operator::LineTo

Implementation of the 'l' operator.

See: PDF1.7 s8.5.2.1

Public Class Methods

new() click to toggle source

Creates the operator.

# File lib/hexapdf/content/operator.rb, line 584
def initialize
  super('l')
end