# File lib/prawn/graphics.rb, line 94
    def line_width(width=nil)
      if width
        self.line_width = width
      else
        @line_width || 1
      end
    end