summerstyle / summer

Html image map editor based on javascript, html5, inline SVG (modern FF, Chrome, Opera and IE10+)
http://summerstyle.github.io/summer/
MIT License
356 stars 136 forks source link

fix of polygon copy behavior #23

Open Priler opened 7 years ago

Priler commented 7 years ago

There was a bug, when you create a copy of any polygon and then move them, the original and the clone or vice-versa. A quick fix would be to stringify and then parse areas as JSON.

p.s. Also, plainCopy method was added.