# File lib/prawn/graphics.rb, line 282
    def fill
      yield if block_given?
      add_content "f"
    end