Le Dimanche 20 Novembre 2005 12:12, quentingroom a écrit : > As suggested, I went through j. watt's authoring tips, but couldn't > spot anything. My test ASP file is as follows so there isn't much to > go wrong. IE+Plugin shows rectangle while Firefox 1.5 shows nothing. > > Presumably it is something to do with how the two browsers are > determining the MIME type? > > Quentin > > <%Response.AddHeader "Content-Type","image/svg+xml"%> > <svg xmlns='http://www.w3.org/2000/svg' > xmlns:xlink='http://www.w3.org/1999/xlink' > xmlns:ev="http://www.w3.org/2001/xml-events"> > <rect x="10" y="10" width="100" height="100"/> > </svg>
Is this not missing a viewBox? Also perhaps reading this: http://svg-whiz.com/wiki/index.php?title=Inline_SVG would provide you with some useful insights. HTH [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page http://us.click.yahoo.com/dpRU5A/wUILAA/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/

