<svg> should be <svg xmlns="http://www.w3.org/2000/svg";>

SVG is an XML application, so you must let the renderer know what
application you are utilizing by the xmlns attribute. Similarly, in
XHTML, you are supposed to have <html
xmlns="http://www.w3.org/1999/xhtml";>, to let the browser know you are
using elements from the XHTML application.


--- In [email protected], Baris YILMAZ <[EMAIL PROTECTED]> wrote:
>
> Hi,
> 
> I am a newbie in SVG. I have a problem with firefox and svg. If I
want to view the below svg file with firefox, I always get the message
like "There are no Style informations connected to this document. Only
the tree structure will be shown" and I only get the svg text document
viewed. However with IE, it will be shown..
> 
> Can anyone help me how to overcome this in Firefox? 
> 
> If it is opened with IE , I have always to confirm to open the file,
since i get the warnung that activex elements are contained etc. (I
also couldn't solve this)...
> 
> Thank you for your help..
> 
> Regards,
> Baris
> 
> My file;
> 
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN'
'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'>
> <svg>
>    <g style="fill-opacity:0.7; stroke:black; stroke-width:0.1cm;">
>      <circle cx="6cm" cy="2cm" r="100" style="fill:red;"  
transform="translate(0,50)" />
>      <circle cx="6cm" cy="2cm" r="100" style="fill:blue;" 
transform="translate(70,150)" />
>      <circle cx="6cm" cy="2cm" r="100" style="fill:green;"
transform="translate(-70,150)"/> 
>    </g>
> </svg> 
> 
>  __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 
> 
> [Non-text portions of this message have been removed]
>







------------------------ Yahoo! Groups Sponsor --------------------~--> 
Protect your PC from spy ware with award winning anti spy technology. It's free.
http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/1U_rlB/TM
--------------------------------------------------------------------~-> 

-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to