SVGOptimizationOptions.RemoveEmptyAttributes

SVGOptimizationOptions.RemoveEmptyAttributes property

Gets or sets the option to remove attributes with empty values. It is ’true’ by default.

public bool RemoveEmptyAttributes { get; set; }

See Also