Frederik Santens wrote:
Is text-decoration:blink supported in batik.
No.
If not, is there way to achieve the same effect?
Open and close your eyes ;)
You can do it with script, just toggle the visibility property from 'visible' to 'hidden' this should be fairly efficient (no relayout of text). If you don't want to add Javascript to your content you can also do it directly from Java.
Make sure Batik knows your document is dynamic.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]