Method: Origami::PDF::Instruction#render

Defined in:
lib/origami/graphics/instruction.rb

#render(canvas) ⇒ Object



47
48
49
50
51
# File 'lib/origami/graphics/instruction.rb', line 47

def render(canvas)
    self.class.get_render_proc(@operator)[canvas, *@operands]

    self
end