Class: Pdfrb::Content::Operator::RestoreGraphicsState
- Defined in:
- lib/pdfrb/content/operators/general.rb
Class Method Summary collapse
Methods inherited from NoArg
Methods inherited from Base
Class Method Details
.invoke(processor) ⇒ Object
19 |
# File 'lib/pdfrb/content/operators/general.rb', line 19 def self.invoke(processor, *); processor.pop_graphics_state; end |
.name ⇒ Object
18 |
# File 'lib/pdfrb/content/operators/general.rb', line 18 def self.name; "Q"; end |