So, I've checked out the newest source code via svn, compiled it and putted these libraries into my application:
batik-anim.jar batik-ext.jar batik-swing.jar batik-awt-util.jar batik-gui-util.jar batik-transcoder.jar batik-bridge.jar batik-gvt.jar batik-util.jar batik-codec.jar batik-parser.jar batik-xml.jar batik-css.jar batik-script.jar xml-apis-ext.jar batik-dom.jar batik-svg-dom.jar xml-apis.jar batik-extension.jar batik-svggen.jar That means I've added all except these, because I didn't need them in the past: js.jar pdf-transcoder.jar xalan-2.6.0.jar xerces_2_5_0.jar Do I need one of them? Kind regards, Fabian > Hi Helder, > > thanks for the very fast reply. > > Indeed I'm not using the newest (svn) code, I'm using the stable 1.7 instead. > > I'll try with the latest code and response again. > > > Thanks again. > > > Regards, > > Fabian > > > 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] > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
