tamsvg wrote:

>      if(active)
>      {
>        x2=evt.clientX();
>        y2=evt.clientY();
>     
>        var elem = evt.target;
>        svgdoc = elem.ownerDocument;
>        var form = svgdoc.getElementById(id);
>        var dx = x2-x1;
>        var dy = y2-y1;
>        form.setAttribute('transform',"translate("+dx+","+dy+")");
>        active=false;//<---------------------- delete this line !
>      }

here you set active=false , but only move the group if active==true. 
just delete that statement.
hth
Holger



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



Reply via email to