> I wrote a program to manipulate the visibility of a graphics node > in an svg > document. However when the node is set to invisible, its tooltip remains > visible when the user moves the cursor over the svg document. How can I > manipulate the visibility of the tooltip as well ? > > Section A contains the code to manipulate the visibility of the node; > section B contains the SVG document structure. The application was > developed using the Batik version 1.1.1 official release.
you can use the pointer-events property for that, I think. Thierry. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
