Re: problem with event

2003-10-10 Thread Thomas DeWeese
Rolf Jordi wrote: Hi, i have to do a editor for svg file. i use the JSVGCanvas to display my svg file and i have add EventListener to all the Elements i want to edit but the even cannt be fired on some element because they are very thin(the element are paths) . It works on some element than are l

problem with event

2003-10-10 Thread Rolf Jordi
Hi, i have to do a editor for svg file. i use the JSVGCanvas to display my svg file and i have add EventListener to all the Elements i want to edit but the even cannt be fired on some element because they are very thin(the element are paths) . It works on some element than are larger. I am lookin