ISvgElement
public interface ISvgElement : IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode
The SVGElement interface represents any SVG element. Some elements directly
implement this interface, other implement it via an interface that inherit it.