Hello !
I have a svg file of 100x100 pixels (for example). I am using Batik.
If I do a :
JSVGCanvas svg = new JSVGCanvas();
[...]
svg.setSize(10,10);
It will only show this part of the picture and not the resized image.
Do you know how I can display a resized svg picture ?
Thanks ;)