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