Hi Cameron,
 
>> is there any chance to add switch that forces the engine to load no 
>> matter what?

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

Excellent, thanks for the tip.

What happens when I change the document in the canvas and the new document
has no animation elements? Will the engine be unloaded, or will it remain
active for all eternity?
In other words, could I just load the example document you outlined above
before loading anything else, thus trigger the animation engine, and then
have my graphics loaded with animation still active?

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

So, how greedy is it when idling? Should we expect major slowdowns even
without an animation running?

Regards
-Urs, really looking forward to this

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to