# File lib/prawn/graphics.rb, line 81
    def line_width=(width)
      @line_width = width
      add_content("#{width} w")
    end