Danilo Costa wrote:
I have an SVG file displayed on a JSVGCanvas and I need to recenter the visible area passing the new center coords using the viewBox coords not the screen corrds.
Anybody knows how is the simplest way to do this?
I would suggest looking at the code in: org.apache.batik.apps.svgbrowser.FindDialog ~ line 348.
You might also look at using JSVGCanvas.getViewBoxTransform which will give you the transform from viewBox to Screen coords.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]