I currently open Adobe Illustrator to create a line that I then export as an SVG to get a path for animation purposes. In the new version I notice that Illustrator does not do this, opting instead to send just a line, not a path.
It occured to me that, since I know every pixel on my canvas, I ought to be able to just write the path data directly in BBEdit my text editor of choice. For example, this is the path that causes the moon to rise on my main page. http://deerring.com/main.svg 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 would be useful information for anyone doing animation in SVG. Your help is always appreciated. James ----- 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/

