Hi, > Why does the bridgeContext.getElement(gNode) return nulls always? I need > to get hold of the Svg element for a given graphic node. I has look at > the source code for BridgeContext.getElement(..) method , it performs > lookup against the nodeElementMap member to return the svg element, > however, when I inspect nodeElementMap in debugger, it shows up as null. > What am i doing wrong.
If I am not wrong, make sure that the SVG Node you looking for is displayable and rendered. It means non displayable element eg: <desc> will always null, but element like <rect> and currently displayed will be ok. Regards Tonny Kohar -- Sketsa SVG Graphics Editor http://www.kiyut.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]