Hi Mathieu,
> I gave very few informations about batik version (and so on) because i > thought it was a mistake in my code (when I define the two > animateColor nodes) ! If you think it may help: I guess it generally always does, at least in the sense that one may not be able to reproduce a given behavior and that may be due to a version difference and/or platform-specific bug. ;-) > So I work with batik 1.7, and the JDK 6, with a linux OS. Without labeling version 1.7 "old", there were a handful of bug fixes since the release. I'd say you should try a nightly build [1] or compiling the latest source code [2]. :-) > That's it! I want to make a blinking (is that the word for "clignoter" > ?) effect on my document. I allready tried to do so by writing a svg > document with a text editor, and it worked very well on Squiggle and > Firefox. I recall doing something like that (blinking effect) using a single animation with 3 color values (initial, blink color, initial), increasing the animation time coherently. A blinking effect can also be achieved by animating opacity, for example... :-) > I don't understand. That text portion was repeated twice: one before the code snippet and another after it. ;-) Regards, Helder [1] http://mcc.id.au/batik-nightly/ [2] http://xmlgraphics.apache.org/batik/download.cgi#Subversion+repository --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
