copy/paste elements position is not correct when original shape is resized
Closed this issue · 0 comments
danielepantaleone commented
Happens when a shape is resized manually using the interactive resize. If such a shape is copied and then pasted the position of the new shape is wrong: this is because it uses setPos()
and pos()
to retrieve the positions while it should use the center()
of the shape (like in the document load/save)