cairo-SVG-Surfaces           package:RGtk2           R Documentation

_S_V_G _S_u_r_f_a_c_e_s

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

     Rendering SVG documents

_M_e_t_h_o_d_s _a_n_d _F_u_n_c_t_i_o_n_s:

     'cairoSvgSurfaceCreate(filename, width.in.points,
     height.in.points)'
      'cairoSvgSurfaceCreateForStream(write.func, closure,
     width.in.points, height.in.points)'
      'cairoSvgSurfaceRestrictToVersion(surface, version)'
      'cairoSvgGetVersions(versions, num.versions)'
      'cairoSvgVersionToString(version)'

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

     The SVG surface is used to render cairo graphics to SVG files and
     is a multi-page vector surface backend.

_E_n_u_m_s _a_n_d _F_l_a_g_s:


     '_C_a_i_r_o_S_v_g_V_e_r_s_i_o_n' 'CairoSvgVersion' is used to describe the
          version number of the SVG specification that a generated SVG
          file will conform to.  

          '_1-_1' The version 1.1 of the SVG specification.

          '_1-_2' The version 1.2 of the SVG specification.


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

     Derived by RGtkGen from GTK+ documentation

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://www.cairographics.org/manual/cairo-SVG-Surfaces.html>

