--- In [email protected], Owen Corpening <[EMAIL PROTECTED]> wrote: > > If I�have a proper svg file drawing one line saved as a .svg file, it draws (in firefox3), but rename it .html�it does not. Is this "as designed"? > Here is the file fyi: > <? > <!xml version="1.0" standalone="no"?>DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" version="1.1" xmlns="http://www.w3.org/2000/svg"><line x1="20" y1="20" x2="1300" y2="20" style="stroke:rgb(99,99,99);stroke-width:2"/></svg> > �Owen Corpening > > >
If you are using it on your local file system then try renaming it to have the extension .xhtml. If the file is being accessed from a web server then check the mime type is correct i.e. you are serving the file as an xhtml rather than an html file. Best regards Robert ------------------------------------ ----- 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/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> 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/

