> i am using the batik JSVGCanvas in an java application. my > question is: how > can i change the zoom of the svg image using buttons in my application? > example code would be very helpful.
You may take a look at the JSVGViewerFrame class in the org.apache.batik.apps.svgbrowser package. You will find the code of the complete set of actions available in the svgbrowser application. The idea is the use the 'setRenderingTransform' method on the JSVGCanvas. Thierry. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
