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