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