[svg-developers] Re: SVG and Mouse over Effect

2006-02-08 Thread domenico_strazzullo
--- In svg-developers@yahoogroups.com, swapnil06 [EMAIL PROTECTED] wrote: My need is to show inside svg a AutoCad map and when i move my mouse pointer on an object i need to get the information of it. The svg page should be divided into two halfs one for the autocad map and one for

Re: [svg-developers] Re: SVG and Mouse over Effect

2006-02-08 Thread deshmukh swapnil
Hi, Thanks for the reply but the Map is made by using SVG it is not an Autocad file but the drawing which we are making with the help of svg is some what an autocad drawing. All the co-ordinates are stored in database and from database i create that drawing with the help of svg. But my problem is

[svg-developers] Re: SVG and Mouse over Effect

2006-02-08 Thread Jeff Schiller
--- In svg-developers@yahoogroups.com, swapnil06 [EMAIL PROTECTED] wrote: My need is to show inside svg a AutoCad map and when i move my mouse pointer on an object i need to get the information of it. The svg page should be divided into two halfs one for the autocad map and one for the

Re: [svg-developers] Re: SVG and Mouse over Effect

2006-02-08 Thread becks xlover
HI, Me too I'm doing quite the same thing as you. What have i done is to insert the svg file in an xml document and then append the document to insert the following codes: text x=55 y=45 visibility=hiddentooltip set attributeName=visibility to=visible begin=path7.mouseover/ set