# File lib/ruport/formatter/pdf.rb, line 353
      def horizontal_line(x1,x2)
        pdf_writer.line(x1,cursor,x2,cursor)
        pdf_writer.stroke
      end