SVGLineElement constructor

SVGLineElement()

Creates an SVGLineElement using the tag 'line'.

Implementation

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