Cairo does do it to files, but -- that's from your source.  That's for if you draw something with python and then want to save it to an svg.  It doesn't take something that's already an svg and convert it or display it. PIL will let me take advantage of all kind of graphical formats, but not any that are vector, to my knowledge.  I want to take advantage of the vector, if possible :D!
<br><br><div><span class="gmail_quote">On 6/26/07, <b class="gmail_sendername">Luke Paireepinart</b> &lt;<a href="mailto:rabidpoobear@gmail.com">rabidpoobear@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Johnny Jelinek wrote:<br>&gt; how would I go about rendering an .svg to another file before showing<br>&gt; it on screen?&nbsp;&nbsp;Could you point me to some resources or examples?&nbsp;&nbsp;Thanks!<br>You just mentioned that Cairo renders svgs to a file, didn&#39;t you?
<br>So can you just use pyCairo?<br>Google would tell you of other python modules that can render svg files.<br>I don&#39;t have any resources for doing this, I just assumed since you<br>mentioned Cairo could do it that you knew
<br>how to use Cairo to do it.<br>-Luke<br></blockquote></div><br>