Hi,
I'm having a problem getting tooltips to show up over <use> elements. The elements, which reference a symbol, appear correctly and can be selected by users. The same method (using a text node appended to a desc element) works just fine for the basic shapes in my document such as rect and line.
A non-working tooltip example from the streamed SVGGraphics2D output:
<use xmlns:xlink="http://www.w3.org/1999/xlink" id="D2AS0R0" transform="translate(-3.5,-3.5)" width="10.0" xlink:show="embed" xlink:type="simple" height="10.0" x="41.0" y="205.0" xlink:href="" xlink:actuate="onLoad">
<desc>D2AS0R0</desc>
</use>
A working example:
<rect fill-opacity="0.2" segtype="sidewalka" stroke="black" visibility="visible" id="D2AS0" width="3.0" height="959.0" x="38.0" y="41.0">
<des
c>D2AS0</desc>
</rect>
I obviously am missing something. I could not find any specific info from reading the W3C SVG specs (section 5.6). Can anybody please point me in the right direction? Thanks!
Dan
Dan Slater, Ph.D.
Principal Scientist
Simulsoft.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
