# File lib/rvg/embellishable.rb, line 302
        def rect(width, height, x=0, y=0)
            rect = Rect.new(width, height, x, y)
            @content << rect
            return rect
        end