[svg-developers] evt.getTarget() in ASV6

2005-08-22 Thread taojiang_2000
I tried to use evt.getTarget() to locate the element being clicked. I created several RCC components using ASV6 and put some event handlers over them. However, evt.getTarget() always return object with SVGElementInstance type instead of SVGCustomElement type. For any other basic SVG elements,

[svg-developers] How to access Firefox 1.0's script engine?

2005-01-31 Thread taojiang_2000
Does anyone know how to access Firefox 1.0's script engine through ASV6 and the other direction? ASV3 doesn't work on Firfox 1.0 and it crashes. I just want to define an event handler for SVG inside browser instead of SVG. It works fine for IE but not for Firefox. I also tested SVG3 on Mozilla