[EMAIL PROTECTED] wrote: > SVG 1.2 Appendix B.1: SVGTimer Inteface > > I am confused why this is necessary. Is this functionality not basic to > all scripting languages? > (snip) > Here are the ecmascript time handling functions, for example... > (then snip long list of date/time handling methods)
You seem to be confusing two things. First, SVGTimer is not a date/time interface, those are horrendously painful to design and I'm sure happy we didn't try that for SVG. SVGTimer is meant to be the standard replacement for the age-old setInterval() and friends, ie it's there to get async timed events. The de facto ones suffer from drawbacks that SVGTimer attempts to address. -- Robin Berjon ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/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/

