Class Origami::Graphics::Instruction::QPush
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 112
112:         def initialize; super('q') end

Public Instance methods

[Source]

     # File sources/parser/graphics/state.rb, line 114
114:         def update_state(gs)
115:           gs.save
116:           gs.reset
117:           self
118:         end

[Validate]