If you output the right headers, then output the file (by either passing thru an existing file or "building" a file), then it should work.... although I have no experience with exactly what you want -- only with MP3s, images, etc.
Justin French on 01/07/02 7:52 PM, Herve le Martret ([EMAIL PROTECTED]) wrote: > Hello, > > I am interested in creating svg graphics with php like creating a image with > gd. > I tried a PHP script with : > > header ("Content-type: image/xml+svg"); > > but I don't know how to output correctly svg lines. > > It is not possible to ouput svg lines with the print command and a command > like > "imagesvg($im);" does'nt exit. > > Thanks in advance > Is there any solution ? > > Herve > > > > > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php