Here is an example of an SVG document which is intended to be scrolled: http://frankbruder.fr.ohost.de/comics/Wassersport.svg
It is a comic page which is designed like a print comic, and not well adapted for the online medium. The panels should be zoomed to fit the window width, but to see all three panels you have to scroll down. This would actually require a slice with scrolling option, but for lack of such a setting I made a guess on the aspect ratio of the viewing area when the browser window is maximized. I set width to 100%, and height to 157%. About scrolling or panning, I'd like to note that a mouse wheel, if present, is handy when reading texts, and might as well be handy for online comics with a vertical or horizontal infinite canvas. Scrolling is mostly done in one direction, it is a very typical action in viewing web pages, and to some graphic content the concept is applicable. Graphics which need panning in two directions are a different matter. With scroll bars you can not pan in both dimensions simultneously, you have to move the cursor from one scroll bar to the other. In a way, scrolling is nothing else than panning, but conceptually it is different, I'd say. Scrolling is not so much spacial as it is linear, or, one could say, temporeal. Regards Frank ------------------------------------ ----- 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/

