Hello,
 
I have several SVG rectangles loaded in my batik canvas. What I want in my application is that I should be able to drag the rectangles horizontally across the canvas. Hence, I always keep the y attribute of my rectangle constant. What I constantly change is the x attribute of the rectangle, (ofcourse it depends on the x coordinate of the mouse pointer), but when I drag the rectangle, it flickers, also the other rectangles that are near the dragged rectangle also flickers.
 
Would you know what my problem is? Is this common when dragging SVG elements in a canvas?

Reply via email to