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