Re: Lazy rendering and zoom

2003-08-18 Thread Thomas DeWeese
Mark Claassen wrote: I managed to get the viewport to be the correct size, for the scrolling and zooming to work correctly, but the whenever the canvas is changed the document is zoomed again. Can this be turned off? However, I don't think I have the the 'fix', and this might just fix the issue fo

Re: JSVGCanvas in a JScrollPane again....

2003-08-18 Thread Thomas DeWeese
Zach DelProposto wrote: Thanks for your replies! I made it work with the classes JSVGScrollCanvas and with the JSVGViewport done by Zachary DelProposto!! Greetings to Zach. thanks if people are interested, I have a newer version with fewer bugs, that works better with batik 1.5. It also (I don'

Re: JSVGCanvas in a JScrollPane again....

2003-08-18 Thread Michael Mikic
Hello Zach! Yes, I would be interested in a newer version. Could you please mail it me? Thanks, Michael Zach DelProposto wrote: thanks if people are interested, I have a newer version with fewer bugs, that works better with batik 1.5. It also (I don't think the old version does?) fixes a prob

Preserving text size while zoom in / zoom out operations

2003-08-18 Thread Ilya Zelker
Hi, I have an svg file that is displayed in JSVGCanvas derived class. Does anyone know, what is the best way to keep text size the same while performing zoom in / zoom out operations. Thanks a lot, Ilya - To unsubscribe, e-mail

Re: Preserving text size while zoom in / zoom out operations

2003-08-18 Thread Thomas DeWeese
Ilya Zelker wrote: Hi, I have an svg file that is displayed in JSVGCanvas derived class. Does anyone know, what is the best way to keep text size the same while performing zoom in / zoom out operations. There are lots of options, they essentially all start with capturing zoom events in the D

RE: JSVGCanvas in a JScrollPane again....

2003-08-18 Thread Mark Claassen
We would be interested as well. Thanks! > -Original Message- > From: Michael Mikic [mailto:[EMAIL PROTECTED] > Sent: Monday, August 18, 2003 5:02 AM > To: Batik Users > Subject: Re: JSVGCanvas in a JScrollPane again > > > Hello Zach! > > Yes, I would be interested in a newer versi

Re: Preserving text size while zoom in / zoom out operations

2003-08-18 Thread Ilya Zelker
Thomas, I already had text in one single layer, so capturing "SVGZoom" event and changing font for that layer using current scale as you suggested worked out pretty good. Thanks a lot, Ilya At 10:16 AM 8/18/2003 -0400, you wrote: Ilya Zelker wrote: Hi, I have an svg file that is displayed

UpdateManager

2003-08-18 Thread Judy Qiu
Hello, For the batik SVG viewer, when a UIEvent triggers a piece of JavaScript code that modifies multiple DOM elements (and eventually changes multiple GVT nodes accordingly), does the corresponding UpdateManager aware of the completion of all those graphics node changes before the repaint? Than

Re: UpdateManager

2003-08-18 Thread Thomas DeWeese
Judy Qiu wrote: Hello, For the batik SVG viewer, when a UIEvent triggers a piece of JavaScript code that modifies multiple DOM elements (and eventually changes multiple GVT nodes accordingly), does the corresponding UpdateManager aware of the completion of all those graphics node changes before th

Re: JSVGCanvas in a JScrollPane again....

2003-08-18 Thread Zach Del
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