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