# File lib/cairo/context.rb, line 17
    def stroke_preserve(&block)
      stroke(true, &block)
    end