AngleSharp by Florian Rappl

<PackageReference Include="AngleSharp" Version="0.8.2" />

 ISvgDocument

Serves as an entry point to the content of an SVG document.

Gets the root svg element in the document hierachy.

void LoadSvg(string url)

Loads the given url as a SvgDocument. Clears the current document structure and re-fills it with the contents from the provided url.