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