ISvgDocument
public interface ISvgDocument : IDocument, INode, IEventTarget, IMarkupFormattable, IParentNode, IGlobalEventHandlers, IDocumentStyle, INonElementParentNode, IDisposable
Serves as an entry point to the content of an SVG document.
Gets the root svg element in the document hierachy.
Loads the given url as a SvgDocument. Clears the current document
structure and re-fills it with the contents from the provided url.