# File lib/rvg/embellishable.rb, line 395
        def image(image, width=nil, height=nil, x=0, y=0)
            img = Image.new(image, width, height, x, y)
            @content << img
            return img
        end