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