# File gnomeprint/src/lib/gnomeprint2.rb, line 69
    def rounded_rect_stroked(x, y, width, height, x_radius, y_radius=nil)
      rounded_rect(x, y, width, height, x_radius, y_radius)
      stroke
    end