SVG in cgi

Hello,
I'm trying to include svg file in cgi program.
The problem is that I could not draw the svg file using my cgi program.
I am using embed tag as follows in my perl script:
<embed src="simple.svg" name="SVGEmbed" type="image/svg-xml"
pluginpage="http://www.adobe.com/svg/viewer/install/">

And, the svg file is a really simple one (only draw a small circle).
It doesn't give out any error message or warning at all.
It worked fine when I embedded it in HTML file, but I need it in cgi program
(I'm
trying to do a server push anmation on the series of svg file).

Does anybody know how to fix it?
Thank you.

Received on Wednesday, 18 December 2002 18:06:14 UTC