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