# File lib/rvg/embellishable.rb, line 313
        def polygon(*points)
            polygon = Polygon.new(*points)
            @content << polygon
            return polygon
        end