<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><DIV>
<DIV>I would like to know if it is possible to load and render (dispaly to the sreeen/rendering-context) a simple&nbsp;svg file using Cairo with Windows XP. And if yes, then is there a MS VS C++ .NET (2003 / 2005) sample project setup and ready to download? I have Cairo setup and compiling, but the only function I can see for SVG file i/o is cairo_svg_surface_create which ONLY creates a file and does not render it!</DIV>
<DIV>&nbsp;</DIV>
<DIV>I also found this snippent of code:</DIV>
<DIV>&nbsp;</DIV>
<DIV>svg_cairo_t&nbsp; *svgc;<BR>unsigned int&nbsp; w, h;</DIV>
<DIV>snippet_normalize (cr, width, height);</DIV>
<DIV>svg_cairo_create (&amp;svgc);</DIV>
<DIV>svg_cairo_parse (svgc, "data/home.svg");<BR>svg_cairo_get_size (svgc, &amp;w, &amp;h);<BR>cairo_scale (cr, 1.0/w, 1.0/h);<BR>svg_cairo_render (svgc, cr);</DIV>
<DIV>svg_cairo_destroy (svgc);</DIV>
<DIV>&nbsp;</DIV>
<DIV>However, ALL of the functions and types ARE NOT defined!</DIV>
<DIV>&nbsp;</DIV>
<DIV>Help! Thanks.</DIV></DIV></div><br>Send instant messages to your online friends http://au.messenger.yahoo.com </body></html>