Hi, On Tue, 2006-04-11 at 04:29 +0000, Selva wrote: > Hi All, > > I am trying to drag the Rectangle in SVGCanvas. If I do it slowly, it is > working smoothly. But in case of faster dragging, it is not moving properly. > I > have also referred http://wiki.apache.org/xmlgraphics-batik/DragTutorial for > mouse dragging. But it is not working. I have attached my sample code for > your > reference.
For performance reason, you may be want to update the svg element only at the end of dragging, so svg only updated only one time. And you could draw outline / rect during dragging / moving operation. Regards Tonny Kohar -- Sketsa SVG Graphics Editor http://www.kiyut.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
