[EMAIL PROTECTED] writes: > The problem is that the transcoder tells the bridge context > that it's a 'static' document. That means that the bridge context > doesn't need to track this info (so it doesn't). If you set the > bridge context to either interactive or dynamic then it will work. > The easiest way to do that is to override createBridgeContext, call > the base class versions then call 'setDynamicState'.
Perfect. Thanks. I don't know if I would ever have found this information without your help :-) > No every DOM node will not have a Graphics Node (like > anything in a defs or stuff in other namespaces) but all the > nodes you should be looking at will. I didn't mean to be absolute on that point ... I have commited the patch to bugzilla as bug # 45783 https://issues.apache.org/bugzilla/show_bug.cgi?id=45783 I hope, this can be integrated into batik. There will probably be other changes necessary before this patch is in shape for inclusion. Please feel free to commet on the code. I can't promise to work further on it however (time constraints). Many thanks for your help, thomas. stefan. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
