Hi!

Is it possible to get the GraphicsNode used in the gvt tree when I have 
the org.w3c.dom.Element, without extending JSVGCanvas?

The only solution I found was to extend from JSVGCanvas and add a 
function that returns a GraphicsNode by using the (protected) bridgeContext.
I wonder if there's a better way (without having to extend the 
JSVGCanvas) to get the GraphicsNode for an Element. I can't seem to 
obtain the bridgeContext since all functionality is protected....

I need the GraphicsNode for editting visualization.

Kind regards,

Michael.

PS I saw that the remaining mouse events were added to the SVGConstants! 
Cool!


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to