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