SVGMarkerElement constructor

SVGMarkerElement()

Creates an SVGMarkerElement using the tag 'marker'.

Implementation

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