SVGPathOptimizationOptions.RemoveSpaceAfterFlags

SVGPathOptimizationOptions.RemoveSpaceAfterFlags property

Gets or sets the option to remove extra space after ‘arcto’ command flags. It is ‘false’ by default.

public bool RemoveSpaceAfterFlags { get; set; }

See Also