You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-users@xmlgraphics.apache.org by Paul Krasucki <Pa...@bluematrix.com> on 2004/04/29 20:41:14 UTC

How to apply scaling?

I would like to read svg file and apply scaling transform to it, but not by
adding say <g transform="scale(.5, .5)"> but by actually applying transform
to the tree and saving the result as a new file in which there is no
transform, but the image is half of the size.

Is there a simple way of doing it with batik?

 

Thanks,

-Paul