I've solved the texts auto-size problem, as soon I will proudly post my solution in the forum. Thank you Thomas!
Actually a problem with the group that contains the 'use' elements persists. My DOM is something like the following: ROOT | + ELEMENT g - id="signals" | | | + ELEMENT use - id="accident" | | | + ELEMENT use - id="works" | | | + ELEMENT use - id="danger" | | + ...whatever... | ... I can't take control of the group "signal" properties. For example I tried to set the "signals" properties as display=none and visibility=hidden but nothing happens in my JSVGCanvas with the childs use elements. So obviously I can't get updates on the scaling system. What to do? :-\ -- View this message in context: http://old.nabble.com/Dynamic-Elements-on-zoom-tp23584458p26195875.html Sent from the Batik - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
