Daenzer Daniela wrote:

-----Ursprungliche Nachricht-----
Von: Thomas DeWeese [mailto:[EMAIL PROTECTED]
Gesendet: Montag, 8. September 2003 15:07
An: Batik Users
Betreff: Re: Scrolling problem


Daenzer Daniela wrote:


Hello!

I'm pretty new using SVG and Batik.
In my application I am generating a SVG Document using

Batik and DOM. The


SVG graphic is larger than the screen. When I display my

SVG in the Batik


Squiggle or in the Browser, I don't get scroll bars.

Therefore I never get


to see my whole SVG. What do I have to do to get scroll bars?

Thanks a lot for your help in advance!

These viewers use a 'pan' approach to viewing large documents.
Hold down the 'shift' key and drag with the 'first/left/only' mouse
button and the canvas will shift with the cursor. You can also zoom out
to see the whole document (menu/toolbar) and zoom in on particular area
by using 'control' and dragging with the 'first' mouse button (there is
a 'more interactive' zoom on shift second mouse and a rotate on control
'second mouse')


So, do I understand you right, that I have to insert my svg into an applet
using JScrollPane when I want to display it in a browser with scroll bars?

The short answer is yes, for the full answer read the archives of this mail-list (for highly scaled documents this is problematic as the Canvas will create a _very_large_ offscreen buffer).



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to