2
I have the code that moves SVG images with the mouse. When I move the image, as soon as it is released, I want your clone to appear, in the position that the first one started and that it is also possible to move it. I have an example here, with the clone code that doesn’t work for me:
var newimage = document.getElementById('img').cloneNode(true);
Example: http://jsfiddle.net/kpvgkrey/3/
If you put an example of your code to work, it becomes easier to check if it solves the problem and so receive the deserved reputation ;)
– Zuul
Okay, I added it to Edit :)
– André Abadesso