class HexaPDF::Content::Operator::CurveToNoSecondControlPoint

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