class HexaPDF::Content::Operator::CurveTo

Implementation of the 'c' operators.

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 603
def initialize
  super('c')
end