Gary Frederick wrote:

SVG can link to XHTML. http://www.w3.org/TR/SVG11/linking.html#AElement

Is there a way to configure Batik so a link starts Mozilla or some other browser when the link is activated?

If you are willing to write code, yes. All links are opened by batik.swing.svg.JSVGComponent.BridgeUserAgent.openLink(SVGAElement e) You can override this in a subclass of JSVGCanvas/Component by overriding 'createUserAgent()'.

   The real trick is knowing what it is you are opening (SVG or
XHTML).




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



Reply via email to