SVG object drag from centre
All, Am working on an SVG application that requires an object to be moved from one location to another. I have implemented drag and drop, however, upon mousedown, I want the cursor to 'grab' the object from the centre of that object. I also want to predefine that centre point. As an example, if there is a circle, when the user clicks ...