Vernari-Corami wrote:
> As it is, naturally, it doesn't renders on Firefox, 'cos I've used "svgDocument" 
> instead of "document"...
> As I change, Moz shows a blue circle (without errors)...

Are you using Mozilla or FireFox? While Firefox is often preferred for 
browsing (it certainly is what I use), the FF builds with SVG enabled 
are not up to date with the latest SVG code because they are waiting for 
FF to go over version 1.0 for that. The latest SVG stuff is in Mozilla 
SVG-enabled builds.

As for your document (parens to show who's bug it is):

  - the filters won't work as those are not implemented yet (moz)
  - svgDocument is an obvious error (you)
  - you create elements with createElement() instead of
    createElementNS(), which means the elements are not in the SVG
    namespace (you).

After fixing that it works, even though the filters don't render.

-- 
Robin Berjon


------------------------ Yahoo! Groups Sponsor --------------------~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/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