SvgElementFactory sealed class SvgElementFactory : IElementFactory<SvgElement> Provides string to SVGElement instance creation mappings. Documentation Code public SvgElementFactory() public SvgElement Create(Document document, string localName, string prefix = null) Returns a specialized SVGElement instance for the given tag name.