You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If you duplicate an object, its duplicate is offset in a way that you can't realign it horizontally or vertically with the original without turning of snapping.
To Reproduce
Steps to reproduce the behavior:
Turn on snapping
Go in Selection mode
Select an object
Click on 'Duplicate Selection'
Try to align the duplicate with the original
Expected behavior
Duplicating an object should offset the duplication a multiple of the snapping-distance
Desktop (please complete the following information):
App Version: [v0.11.0]
The text was updated successfully, but these errors were encountered:
Actually, even changing the duplicate selection offset to be a multiple of the snapping distance, trying to align the duplicate with the original wouldn't be fixed if I understand correctly what you're doing.
As of now the snapping to the grid is with respect to the bounds of the objects, and not made to make relative displacements be multiples of the grid size (could be a second mode for the snapping).
Though in this case using a multiple of the grid size for the offset when duplicating works in both case (duplicated object still snapped for both definitions) so it makes sense to add this in the code
Describe the bug
If you duplicate an object, its duplicate is offset in a way that you can't realign it horizontally or vertically with the original without turning of snapping.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Duplicating an object should offset the duplication a multiple of the snapping-distance
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: