Class Origami::Graphics::Instruction::QPop
In: sources/parser/graphics/state.rb
Parent: Object

Methods

new   update_state  

Included Modules

PDF::Instruction

Public Class methods

[Source]

     # File sources/parser/graphics/state.rb, line 123
123:         def initialize; super('Q') end

Public Instance methods

[Source]

     # File sources/parser/graphics/state.rb, line 125
125:         def update_state(gs)
126:           gs.restore
127:           self
128:         end

[Validate]