SVGSVGElement
The SVGSVGElement interface represents the root element of an SVG document, the <svg> element. It is a fundamental building block for creating Scalable Vector Graphics. This interface inherits properties and methods from SVGElement and Element, providing access to attributes specific to the SVG root element.
Key functionalities of SVGSVGElement include managing the SVG document's viewport, coordinate systems, and global attributes. It
Instances of SVGSVGElement can be accessed from the DOM when an SVG document is loaded. This interface