> path="M0,275L30,0"
> 
> Can anyone break down and explain the correlation between the 
> letters and numbers to the pixel start and pixel end of the path? 

This basically means «move to (x,y) coordinate (0,275) and make a line
to (30,0)» which will be the trajectory followed by the animation (in
this specific case).

Further details at http://www.w3.org/TR/SVG11/paths.html

Regards,

  Helder Magalhães


P.S.: have you tried your site with other SVG implementation other
than IE+ASV? I did and apparently I doesn't work at all in Firefox
(Opera seems fine, though). Main issue seems to be "main.svg" (other
files are OK) being Gzip compressed while server isn't properly
configured to (not sending Content-Encoding HTTP header, see
http://jwatt.org/svg/authoring/#server-configuration for useful
information regarding this); using "svgz" extension may also help a
bit, at least in diagnosing!



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

Reply via email to