Hi, On Sun, 2006-06-18 at 23:24 -0700, Sudhakar S wrote: > Hi Thomas, > > As per your suggestion i have changed the code. but still i haven't able to > resolve the problem. I think there is some problem in finding start points. > > If i find the start position in mouse down action, it works for single group > elements move. but multiple elements it is not working. > SVGPoint startPt = localPt((Element)selElement.getParentNode(), > elEvt.getClientX(), elEvt.getClientY());
To check whether the insertion of transform attribute is correct, you could use serializer which could serialize the DOM into xml file. eg: org.apache.batik.dom.utilBatikUtilities.writeDocument(Document doc, Writer w), before and after the move to compare Regards Tonny Kohar -- Sketsa SVG Graphics Editor http://www.kiyut.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
