Hello everybody,

I'm creating a small drawing and (hopefully) animation tool using Batik. I'd like to know whether it is possible to get control of the playback of an animation in a JSVGCanvas. I've tried using the following:

SVGOMSVGElement.pauseAnimations();
SVGOMSVGElement.unPauseAnimations();
SVGOMSVGElement.setDocumentTime();

This kind of works, but the canvas is not updated correctly when I set the document time somewhere between the "begin" and "duration" times of an animation element. Is there a correct way to get the JSVGCanvas to redraw an animation at a specific time and have it render the 'between' stages of an animation element properly?

Any advice would be greatly appreciated.

Oliver

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

Reply via email to