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