Hi all, I am trying to pan around in an SVG I have created using javascript, however when I try using ;
document.documentElement.currentTranslate.x = x; document.documentElement.currentTranslate.y = y; The javascript function is run onload. The shown commands shifts the whole SVG image left and down accordingly instead of panning around inside the SVG as expected. Have I missed something or does this functionality not work? I am using adove SVG viewer in IE. Please help. Thanks to all for reading. ------------------------------------ ----- 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/

