Hey i am making an java servlet that displays/embeds an svg file in html (in a servlet). i would like the user to zoom/move the svg like he can in adobe svg but when he clicks submit, i want the resized, changed viewbox info to be passed to the next page. can i make this info externally available somehow via SVG DOM? not sure if svg will 'change' the viewBox so i can access it dynamically at runtime, and also how to access it if it does.
any other ideas on how to get this info is appreciated. bascially the user will crop an svg. find out what the new top/left coordinates are. and then i want to save that on the server to jpg. ----- 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/

