Hi all...
I would like to ask whether it is possible to combine transform (scale) 
and transform (translate) in 1 javascript statement? 
For example:

shape1.setAttributeNS(null,"transform","scale("+scaleLevel+")");
shape1.setAttributeNS(null,"transform","translate
("+positionx+","+positiony+")");

Is there a way to combine both statement stated above to become 1 
statement? Coz after I scale the shape, and translate it, the scale 
change to it default value again... I don't know why....

Regards,
achio.





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