skatronfroncio
04-14-2004, 10:57 AM
i cannot view the image inside an xhtml document
the following code is mi web page:
<html xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/1999/xhtml">
<object id="AdobeSVG" classid="clsid:78156a80-c6a1-4bbf-8e6a-3cd390eeb4e2">
</object>
<?import namespace="svg" implementation="#AdobeSVG"?>
<head><title>Incrustar SVG dins HTML</title></head>
<body>
<p>Aqui sota hi ha un svg incrustat:</p>
<svg:svg version="1.0" encoding="UTF-8" width="200px" height="200px" viewBox="0 0 200 200" xmlns:svg="http://www.w3.org/2000/svg">
<svg:circle cx="30" cy="30" r="20" style="stroke-width: 2; stroke: black; fill: none;"/>
</svg:svg>
<p>Fi del document.</p>
</body>
</html>
what is mi fault?
the following code is mi web page:
<html xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/1999/xhtml">
<object id="AdobeSVG" classid="clsid:78156a80-c6a1-4bbf-8e6a-3cd390eeb4e2">
</object>
<?import namespace="svg" implementation="#AdobeSVG"?>
<head><title>Incrustar SVG dins HTML</title></head>
<body>
<p>Aqui sota hi ha un svg incrustat:</p>
<svg:svg version="1.0" encoding="UTF-8" width="200px" height="200px" viewBox="0 0 200 200" xmlns:svg="http://www.w3.org/2000/svg">
<svg:circle cx="30" cy="30" r="20" style="stroke-width: 2; stroke: black; fill: none;"/>
</svg:svg>
<p>Fi del document.</p>
</body>
</html>
what is mi fault?