class HexaPDF::Content::Operator::RestoreGraphicsState

See: PDF2.0 s8.4.4
Implementation of the ‘Q’ operator.

def initialize

Creates the operator.
def initialize
  super('Q')
end

def invoke(processor) #:nodoc:

:nodoc:
def invoke(processor) #:nodoc:
  processor.graphics_state.restore
end