> I've got a Document created from a JSVGCanvas and I want to call
> BridgeContext.getBridge() on a specific element.
> Where can I retrieve a BridgeContext? I see nothing in Document,
> JSVGCanvas
> or GVTTreeBuilder to access their own bridgeContext.
>
> Any help appreciated

Well, can you tell me a bit more about why you need the BridgeContext.
Depending on the use case, we might add a getBridgeContext method on the
canvas.

Then, the good news for today is that all members of the JSVGCanvas and its
superclasses are protected so, right now, it's easy to subclass the
JSVGCanvas to get access to its BridgeContext and add the getBridgeContext
method you need.

Thierry.



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

Reply via email to