SVGOptimizationOptions.RemoveUnusedDefs

SVGOptimizationOptions.RemoveUnusedDefs property

Gets of sets the option to remove the content of defs that are not displayed directly without identifiers. It is ’true’ by default.

public bool RemoveUnusedDefs { get; set; }

See Also