Hi Urs. Urs Reupke: > is there any chance to add switch that forces the engine to load > no matter what? > I can well foresee a scenario in which I'd be forced > to add animation to a preloaded document on short notice, depending on > events and the underlying model state, and this could be very helpful.
Yes, that is the desired behaviour. For now you could do something like have a useless set element in the document: <svg xmlns="http://www.w3.org/2000/svg"> <set attributeName="display" to="inline"/> </svg> The reason I am reluctant to kick off the animation engine for all documents is that it isn’t clever yet about when to check for updates. Even if there are no animations active, it’ll sit there chewing up the CPU looking for them every tick. Stay tuned… -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
