Hi, I'm wondering if have some way to force Batik generate SVG with a especific viewBox without adding a new node on GVTTree.
In my Canvas, inside the paint method I' ve tried this: Graphics2D g2d = (Graphics2D)g; g2d.translate(50,50); But the result was: <g style="fill:red; stroke:red;" transform="translate(50,50)"> And another thing, hom can I get polygons in the svg code once there isnt a such class in java2d, I'm using a GeneralPath class that results in tag <path> Thanks in advance Danilo -- "...YOU CANNOT KNOW THE MEANING OF YOUR LIFE UNTIL YOU ARE CONNECTED WITH THE POWER THAT CREATED YOU..." Shri Mataji Nirmala Devi --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]