Hello.
I have an java application, where I have two JSVG canvas loading two different SVG documents. One of the canvasses loads an SVG file with a blue circle, while the other one loads an SVG file with a red circle. I would want to synchornize the movement of the two circles, such that if I drag a circle in one of the canvasses, then the other circle would also move.
But, what is happening is that the circle does not automatically move automatically, but rather, I have to place the mouse over the canvas so that the circle would be placed to the same position as where I have the other circle.
I tried using the setDocument() of JSVG but, it causes flickering...
what should I do?
Yahoo! Mail
Bring photos to life! New PhotoMail makes sharing a breeze.
