cairo_set_tolerance 3 cairo_set_tolerance set accuracy of painting operations void cairo_set_tolerance (cairo_t *cr, double tolerance) cr : a cairo_t tolerance : the accuracy in device pixels Description functions cairo_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.