"You can get the BridgeContext from the JSVGCanvas. Of course you need to make sure you do this from the UpdateManager thread."
Thomas DeWeese wrote:
Ken Larson wrote:
I am using a JSVGCanvas to display an svg. In the svg I have some custom, top-level (global) script functions defined. I know how I can manipulate the SVG DOM from the java code, but how do I call my functions that are defined in the SVG?
If the SVG is embedded in an html document, then it is possible for the HTML to call these functions. But how do I do it from within Swing?
See message:
http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgId=1322271
In your case the 'script' should be the call to the function to run.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
