Declaration ​
pascal
const DefaultBezierTolerance = 0.25;Description ​
DefaultBezierTolerance defines the default error tolerance (in pixels) used when tessellating cubic and quadratic Bezier curves into straight line segments in TCustomPath.CurveTo and TCustomPath.ConicTo.
A smaller tolerance value yields higher curve fidelity with more generated line segments, while a larger tolerance yields faster rendering with fewer segments.