Hi,
I'm trying to scale the images inside the canvas panel.
From what I read in the archives of this list and javadoc, this should make
my svg half it's size :
AffineTransform trans = AffineTransform.getScaleInstance(0.5,0.5);
jSVGCanvas1.setEnableRotateInteractor(true);
jSVGCanvas1.setRenderingTransform(trans);
but it doesn't work
thanks for any help
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]