Class Origami::Graphics::Instruction::CloseS
In: sources/parser/graphics/path.rb
Parent: Object

Methods

new   update_state  

Included Modules

PDF::Instruction

Public Class methods

[Source]

     # File sources/parser/graphics/path.rb, line 213
213:         def initialize; super('s') end

Public Instance methods

[Source]

     # File sources/parser/graphics/path.rb, line 215
215:         def update_state(gs)
216:           gs.current_path.last.close!
217:           self
218:         end

[Validate]