I realized that in the BridgeContext class when i get a GraphicsNode like in the following code i get a null return value.
BridgeContext bc = ((JSVGCanvas)c).getUpdateManager().getBridgeContext(); GraphicsNode gn = (GraphicsNode)bc.getGraphicsNode(element); System.out.println(gn); What can I do? The "c" element is an element i get by clicking on the canvas, so it shouldn't give any problem, but when i get it's BridgeContext (which is not null) I can't get the corresponding element. Any help/suggestion appreciated. Thx -- View this message in context: http://www.nabble.com/Dynamic-Elements-on-zoom-tp23584458p25998554.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]
