LDCV
04-19-2004, 12:49 PM
Hi, Thanks for a question I asked.
I have another question, it is about a diferent way to open a SVG in the browser, but, without storing the SVG into a file, I mean, putting or storing the SVG code into the same HTML file, and trying open it calling it with an ID. This is a sample:
---------- HTML file
<HTML>
<svg id="mySVG" width="600" height="400">
..
</svg>
<embed src='mySVG' width... height... type="image/svg-xml">
</HTML>
---------- END HTML file
I dont know how to do that. The I try to open this document in the Browser, it shows the area of the SVG but It cannot open or doesnt compile or dont use the SVG code that is in the same document.
Please, I'll be really glad to know some news about this...
ldcv_trabajo@hotmail.com
I have another question, it is about a diferent way to open a SVG in the browser, but, without storing the SVG into a file, I mean, putting or storing the SVG code into the same HTML file, and trying open it calling it with an ID. This is a sample:
---------- HTML file
<HTML>
<svg id="mySVG" width="600" height="400">
..
</svg>
<embed src='mySVG' width... height... type="image/svg-xml">
</HTML>
---------- END HTML file
I dont know how to do that. The I try to open this document in the Browser, it shows the area of the SVG but It cannot open or doesnt compile or dont use the SVG code that is in the same document.
Please, I'll be really glad to know some news about this...
ldcv_trabajo@hotmail.com