SVGStopElement constructor
SVGStopElement()
Creates an SVGStopElement using the tag 'stop'.
Implementation
SVGStopElement()
: _ = document.createElementNS(
'http://www.w3.org/2000/svg',
'stop',
);