# File lib/prawn/graphics.rb, line 52 def line_to(*point) x,y = translate(point) add_content("%.3f %.3f l" % [ x, y ]) end