Hi Fabian,
> first of all thanks for your reply, but if you create the elements (rect and > animate) and then create the document and load it, it should be the same if > you already drawn the elements in a svg file and open it. Nope. :-p Actually, there is a key difference between having the animation elements initially and creating them afterward: the document's timeline has already begun for the ones initially present in the document! That's why you need the 'begin' attribute plus 'beginElement()' "trickery", which is actually by design (according to the SVG specification, if I'm not mistaken). ;-) I'd suggest trying with the latest available source code [1] (you didn't state if you were using the trunk source code or a snapshot/previous release). If you are following the suggestions in this thread and you can still can't animate things, I'd say attaching a simple (reduced) test case would help. ;-) > Kind Regards, > Fabian Hope this helps, Helder [1] http://xmlgraphics.apache.org/batik/download.cgi#Subversion+repository --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
