One of our customers uses 'preset keys'. They can save a zoomed and panned SVG and reload that in a later run of the application. This has been implemented by saving the rendering transform to a file and apply that transform the second run. As long as they do this on the same PC it works fine. When they reload on a machine with either less virtual screens (usually they use machines with 4 screens in a 2x2 setup), or with different screen resolutions the SVG is reloaded on a different pan position.
(1) What is the best way to do this? I guess whe have to use the getViewing/getRendering/getViewBox api's in some order/configuration, but we can't figure out the correct way. (2) Do we have to set the aspect ratio to a specific value? Vincent -- View this message in context: http://www.nabble.com/how-to-get-correct-render-transform-on-multiple-screens-tf3155275.html#a8749538 Sent from the Batik - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
