SVGPolyline

struct SVGPolyline : SVGShapeElement

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

  • Parses a coordinate string and creates a new polyline based on them

    Declaration

    Swift

    internal func points(points: String)