# File lib/prawn/graphics.rb, line 227
    def stroke
      yield if block_given?
      add_content "S"
    end