>    can you tell me why the minor change leads to such big difference?

The "minor" change seems to be unrelated to what you have described.
The issue probably has to do with the order by which methods are
invoked (probably a copy+paste error). Stripped version follows.


> original svg document:
[...]
>             GetTrueCoords(evt);
>             var transMatrix = DragTarget.getCTM();


> my changed svg document:
[...]
>             var transMatrix = DragTarget.getCTM();
>             GetTrueCoords(evt);


The difference was somehow easily spotted using a merge/compare tool,
which I seriously advise using for this kind of investigation. ;-)

Note that I haven't tested if the change actually fixes the weird
behavior.

Hope this helps,

 Helder Magalhães


------------------------------------

-----
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/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> 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/

Reply via email to