Hi,

> Thanks Tonny for your quick reply. I'll try to generate the animations
> using ECMA/JavaScript. 
> However, would you please answer my second question in the last mail?
> Is it possible to extract the coordinates of a point on the path with
> timings(from beginning of animation) at the same time when the point
> is being drawn. Actually, I need to send these parameters to another
> application which is supposed to "replay" the animated annotations of
> the SVG file in a 3D environment by an animated humanoid avatar. These
> two applications need to run synchronously. I mean, the humanoid
> avatar should replay the annotations at the same time at which they
> are shown in the SVG file.

Since the animation is generated using ECMA/JavaScript, the same
JavaScript also can be used to notify the other application as well.

Or it is depend on how you generate the Path using Script. You could
also listen to DOMMutationEvent to listen for MutationEvent eg: node
inserted, attribute change, etc

Regards
Tonny Kohar
-- 
Sketsa 
SVG Graphics Editor
http://www.kiyut.com



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

Reply via email to