- From: Niklas Hagelroth <niklas.hagelroth@ikivo.com>
- Date: Tue, 2 Sep 2008 18:03:29 +0200
- To: Erik Dahlström <ed@opera.com>, <anthony.grasso@cisra.canon.com.au>, <public-svg-wg@w3.org>
The Timer interface is still necessary for a stand-alone SVG Player as it does not have a window object. A fake animation can be used to simulate a timer, but it may have negative effect on performance as it will require that an animation is running all the time. Also the SVG content will get less readable. Cheers /Niklas > -----Original Message----- > From: public-svg-wg-request@w3.org [mailto:public-svg-wg-request@w3.org] > On Behalf Of Erik Dahlström > Sent: den 2 september 2008 13:16 > To: anthony.grasso@cisra.canon.com.au; public-svg-wg@w3.org > Subject: Re: Rename Timer? > > > If there are no external dependencies on Timer, I'd favor removing it from > the spec, especially given that the Window object already provides timer > functionality, and that it's also possible to produce customized timers > using the animation elements. > > Cheers > /Erik > > On Tue, 02 Sep 2008 00:45:51 +0200, Anthony Grasso > <anthony.grasso@cisra.canon.com.au> wrote: > > > Dude, > > > > Considering there is no external dependency on this, I think it will > > fine to go ahead with the change. > > > > Cheers, > > > > Anthony > > > > Cameron McCormack wrote: > >> Cameron McCormack via cvs-syncmail: > >>> Log Message: > >>> Rename global::Timer to svg::Timer. > >>> (Part of ACTION-2179) > >> > >> Now that Timer has moved from the soon to be extinct 'global' module to > >> the 'svg' module, I think it should be renamed SVGTimer. As mentioned > >> during the F2F, JSR 287 doesn't have a dependency on the name since > they > >> don't include Timer. This wouldn't change the syntax needed to create > a > >> timer (which still would be createTimer(...)), but would just make the > >> naming more consistent. > >> > >> Thanks, > >> > >> Cameron > >> > > > > > > > > -- > Erik Dahlstrom, Core Technology Developer, Opera Software > Co-Chair, W3C SVG Working Group > Personal blog: http://my.opera.com/macdev_ed
Received on Tuesday, 2 September 2008 16:04:15 UTC