Hi group, Does anyone know why I can set the .currentTranslate property of dynamically created SVGs in Safari, but not the currentScale property? Setting the currentScale property is ignored - the call returns the value it's set to, but reading it again returns the previous value.
Safari does allow you to scale SVG elements using currentScale if they're embedded in the host HTML using an <embed> tag. I'm resorting to appending all newly created elements to a <g> element, and applying a translation to that element to handle zooming and panning. Thanks, Oliver. ------------------------------------ ----- 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: [email protected] [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/

