On Wed, 28 Mar 2007 18:04:53 +0200, Richard Pearman <[EMAIL PROTECTED]> wrote:
> Hi, > > This is useful thanks. Unfortunately zoom seems to crash a lot on > the big SVG I'm working on and pan doesn't seem to work at all. If you provide a testcase I'd be happy to look at it. Submit a description and testcase here: http://bugs.opera.com/wizard/. > Is it possible to see parts of the picture outside the original viewBox? Yes, if the content doesn't have the same aspect ratio as the viewport. You could use overflow="hidden" if you don't want that, or set preserveAspectRatio="none" or ensure that your viewport (width and height on the <object>/<embed>/<iframe> that you use to reference the svg) matches the aspectratio that your viewBox provides. Matching the aspectratio is the recommended way. Hope this helps /Erik -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ ----- 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/

