SVGSVGElement : SVGElement
Create using
document.createElementNS('http://www.w3.org/2000/svg', 'svg')
and this.setAttribute('version', '1.1')
to set the version.Example:
RunResults:
Copyright © JavaScripture Contributors