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