In my case the problem turned out to be that i was mixing AWT and swing components. I was adding jsvgcanvas to a awt panel. Mixing awt and swing components is not a recommended approach. For details please see the following links. 1. Why You Shouldn’t Mix AWT and Swing http://www.devx.com/tips/Tip/14718
2. Painting in AWT and Swing http://java.sun.com/products/jfc/tsc/articles/painting/#db Naveed -- View this message in context: http://www.nabble.com/Require-repaint-in-applet-to-update-canvas-tf4403481.html#a12666865 Sent from the Batik - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
