I am in kind-of a bind and would love to help out in any way, if that
might speed up the process. '

I could use the current solution, but, when I zoom in, the document gets
clipped.

I think the clipping is because the canvas is always the document size.
Something clips it so it will not draw bigger than the canvas.  So when
the viewport is bigger than the document's native size, and the document
is being displayed at more than 100% normal size, the document gets
clipped.  The viewable image is never bigger than the document's native
size.

I have gone through Batik and tried to change the rendering size to no
avail.  I am starting to think the clipping is coming from one of the
java.awt or javax.swing classes.  Changing the canvas size, however,
causes Batik to rescales the image again.

Does your new "scroll pane" address this issue or is this a separate
problem?

Mark

> -----Original Message-----
> From: Zach Del [mailto:[EMAIL PROTECTED] 
> Sent: Monday, August 18, 2003 5:38 PM
> To: Batik Users
> Subject: Re: JSVGCanvas in a JScrollPane again....
> 
> 
> Michael Mikic wrote:
> 
> > Hello Zach!
> >
> > Yes, I would be interested in a newer version. Could you please mail
> > it me?
> >
> Sure ... but not yet. It's undergoing some final touches. It also no 
> longer uses JScrollPane, but a mimic, because JScrollPane 
> sends too many 
> update messages from the scrollbar, which (on complex SVG documents) 
> take too long to render.
> 
> Zach
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


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

Reply via email to