class HexaPDF::Content::Operator::SetNonStrokingColorSpace

Implementation of the 'cs' operator.

See: PDF1.7 s8.6.8

Public Class Methods

new() click to toggle source

Creates the operator.

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