SVGPathOptimizationOptions.ArcBuildingTolerance

SVGPathOptimizationOptions.ArcBuildingTolerance property

Gets or sets the parameter value used as the percentage of radius for replacing Bezier segments with arc segments. It is ‘0.5’ by default.

public float ArcBuildingTolerance { get; set; }

See Also