cairoSetTolerance           package:RGtk2           R Documentation

_c_a_i_r_o_S_e_t_T_o_l_e_r_a_n_c_e

_D_e_s_c_r_i_p_t_i_o_n:

     Sets the tolerance used when converting paths into trapezoids.
     Curved segments of the path will be subdivided until the maximum
     deviation between the original path and the polygonal
     approximation is less than 'tolerance'. The default value is 0.1.
     A larger value will give better performance, a smaller value,
     better appearance. (Reducing the value from the default value of
     0.1 is unlikely to improve appearance significantly.)

_U_s_a_g_e:

     cairoSetTolerance(cr, tolerance)

_A_r_g_u_m_e_n_t_s:

    'cr': ['Cairo']  a 'Cairo'

'tolerance': [numeric]  the tolerance, in device units (typically
          pixels)

_A_u_t_h_o_r(_s):

     Derived by RGtkGen from GTK+ documentation

