Whilst discussing SVG development tools .. (SVGDeveloper etc.) .. anyone trying 
Web 
Engine (beta) from

http://www.virtualmechanics.com    ?

Web Engine has SVG animation features, SiteSpinner does not.

note that there is a quirk with Firefox 1.5 demos .. quoting from a thread ..

The only real problem with the initial section of the code generated by 
SiteSpinnerV2 is 
that it doesn't bind the XLink namespace to the xlink namespace prefix, but the 
file then 
goes on to use it anyway. In plain English, the <svg> tag needs to have an 
attribute 
xmlns:xlink="http://www.w3.org/1999/xlink";. So it should start like this:


<svg xmlns="http://www.w3.org/2000/svg";
xmlns:xlink="http://www.w3.org/1999/xlink";
width="100%"
height="100%"

... 


[Non-text portions of this message have been removed]



-----
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