Class Origami::Graphics::Instruction::CloseB
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 243
243:         def initialize; super('b') end

Public Instance methods

[Source]

     # File sources/parser/graphics/path.rb, line 245
245:         def update_state(gs)
246:           gs.current_path.last.close!
247:           self
248:         end

[Validate]