Hi! I have two problems while using <use>. Basically, I have a polygon defined in <defs> that I instanciate with <use xlink:href='#land' x='100' y='150' />. Let me know if you need any more details, but that's pretty much down to this. Also I'm using the beta 6 plugin from adobe on IE6.
##### Problem #1: When I use that effect <animate attributeType='CSS' attributeName='stroke-width' begin='mouseover' end='mouseout' dur='2s' keytimes='0s; 1s; 2s' values='0; 5; 0' repeatCount='indefinite'/> as a child of the use node, it works perfectly well. When I try and use it as a child of the polygon in defs (and remove it from <use>), the mouseover is triggered as expected, but the effect never ends (I reckon mouseout is not detected). Any idea of what is wrong here? ##### Problem #2: I use the tooltip code from http://svg-whiz.com/samples.html with only minor arrangements (takes the hint node as tooltip text instead of title and/or desc). This works perfectly well when I use inline polygons. Again, when I replace the polygons by the <defs><polygon ...></defs> <use.../> combo, the tooltips vanish. It would look like the onmousemove event isn't detected or handled with use tags. So, to sum it up, I have bother with <use> and mouse events... is this a known problem with my plugin, or am I doing something wrong? Thanks very much in advance for your help Brezh. ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

