Hi I have a JSVGCanvas with an SVG document in it. When I try to do a setBounds(x,y,widht,height) to this component - in order to change its position inside its parent component - it is as if the operation happens in two steps: - move the location (x,y) - resize the SVG document (width,height) The first very fast - the second slower. That looks a bit weird.
Is there a way to "synchronize" setBounds with the painting, so that I avoid the intermediate "wrong" image? Best regards Hans -- View this message in context: http://www.nabble.com/Synchronized-resize-tf2326014.html#a6471108 Sent from the Batik - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
