class HexaPDF::Content::Operator::CurveToNoFirstControlPoint

Implementation of the 'v' 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 621
def initialize
  super('v')
end