Declaration ​
pascal
var QBezierTolerance: TFloat = DefaultBezierTolerance;Description ​
QBezierTolerance controls the flatness error tolerance (in pixels) applied when subdividing quadratic (conic) Bezier curves (ConicTo) into line segments in TCustomPath.
It defaults to DefaultBezierTolerance (0.25). Lowering this value produces finer curve approximations during vector path tessellation.