Method: Origami::Page#draw_polygon

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

#draw_polygon(coords = [], attr = {}) ⇒ Object

See ContentStream#draw_polygon.



474
475
476
# File 'lib/origami/graphics/xobject.rb', line 474

def draw_polygon(coords = [], attr = {})
    last_content_stream.draw_polygon(coords, attr); self
end