SVGPolygon

struct SVGPolygon : SVGShapeElement

Concrete implementation that creates a CAShapeLayer from a <polygon> element and its attributes

  • Function that parses a coordinate string and creates a polygon path

    Declaration

    Swift

    internal func points(points: String)