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