cairo_set_tolerance3cairo_set_toleranceset accuracy of painting operations
void cairo_set_tolerance (cairo_t *cr, double tolerance)cr :a cairo_ttolerance :the accuracy in device pixelsDescriptionfunctionscairo_set_tolerance
This function adjusts the error tolerance for tesselating curved objects. The default value is 0.1 (device pixels). This function can be used to trade speed against accuracy.