Method: Origami::Page#draw_line
- Defined in:
- lib/origami/graphics/xobject.rb
#draw_line(from, to, attr = {}) ⇒ Object
See ContentStream#draw_line.
469 470 471 |
# File 'lib/origami/graphics/xobject.rb', line 469 def draw_line(from, to, attr = {}) last_content_stream.draw_line(from, to, attr); self end |