# File lib/prawn/graphics.rb, line 151
    def curve(origin,dest, options={})
      move_to(*origin)
      curve_to(dest,options)
    end