# File lib/rvg/embellishable.rb, line 263
        def circle(r, cx=0, cy=0)
            circle = Circle.new(r, cx, cy)
            @content << circle
            return circle
        end