AngleSharp by AngleSharp

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

 ISvgSvgElement

Represents the svg SVG element.
using AngleSharp.Attributes; using AngleSharp.Dom.Css; namespace AngleSharp.Dom.Svg { [DomName("SVGSVGElement")] public interface ISvgSvgElement : ISvgElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle { } }