SVGPolylineElement constructor

SVGPolylineElement()

Creates an SVGPolylineElement using the tag 'polyline'.

Implementation

SVGPolylineElement()
    : _ = document.createElementNS(
        'http://www.w3.org/2000/svg',
        'polyline',
      );