SVGOptimizationOptions.RemoveUnusedNamespaces

SVGOptimizationOptions.RemoveUnusedNamespaces property

Gets or sets the option to remove the declaration of unused namespaces from the SVG element that are not used in elements or attributes. It is ’true’ by default.

public bool RemoveUnusedNamespaces { get; set; }

See Also