class HexaPDF::Content::Operator::RestoreGraphicsState
See: PDF2.0 s8.4.4
Implementation of the ‘Q’ operator.
def initialize
def initialize super('Q') end
def invoke(processor) #:nodoc:
def invoke(processor) #:nodoc: processor.graphics_state.restore end