Describe the bug
Copied shapes in the shape paint mode display the unwanted behaviour of mimicking the changes made to the original shape.
This is caused by a shallow copy in the applyMask function in ShapesManager.cs
To Reproduce
Steps to reproduce the behavior:
- Go to Paint Shape mode
- Add shape
- Copy shape
- Attempt to change the size or position of the shape
- See error where the changes to one shape occurs across all the copied shapes
Expected behavior
Once a shape is copied it must able to manipulated independent of the original or other copied shapes.
Describe the bug
Copied shapes in the shape paint mode display the unwanted behaviour of mimicking the changes made to the original shape.
This is caused by a shallow copy in the
applyMaskfunction inShapesManager.csTo Reproduce
Steps to reproduce the behavior:
Expected behavior
Once a shape is copied it must able to manipulated independent of the original or other copied shapes.