Hi Maik, If you're using the JSVGCanvas you can simply create a rotate AffineTransform, concatenate it with the current transform (obtained by calling getRenderingTransform()) and apply the fnal transform to the JSVGCanvas (with setRenderingTransform()).
----- Original Message ----- From: "Maik Schürer" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Wednesday, June 28, 2006 11:36 AM Subject: How to rotate a complete SVG ? > Hi there, > I want to rotate the whole SVG (root Element) for a given value of > degrees. How can I do that? > Best regards, > Maik > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
