Hi Nazar,

"Nazar Stasiv (Lohika, Inc)" <[EMAIL PROTECTED]> wrote on 08/21/2006 
06:52:18 AM:

> does batik allow to zoom in/zoom out SVG to certain width/height values? 

> Which classes are the zoom api, where can I find examples?

    The transcoders allow you to specify a width/height in pixels
which the viewBox is fitted to.  Since I think you are just modifying
the document to send to another client you might try simply setting
width/height to the desired size.

    More generally you can play with transforms (AffineTransforms) to
achieve just about any scaling/rotating etc effect you want.  There are
so many places where these can be used that it's impossible to give
a blanket 'good answer'.  Where/how I would apply them would
depend a lot on the need.


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

Reply via email to