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