Closed Remi05 closed 3 years ago
Rectangles with elements' dimensions and distances do not take into account if they are outside the screen.
Expected behavior:
By default, the dimensions rectangle should be shown below the element outline.
If the dimensions rectangle can't be shown below the outline, show it above.
If the dimensions rectangle can neither be shown above or below the outline, show it inside above the bottom line.
By default, the distance rectangle should be shown to the right or below a distance line depending on orientation.
If the distance rectangle can't be shown to the right or below, show it to the left or above depending on orientation.
Fixed with commit 363fccc125f7b12bd07403dbacac3a5fc3bea58a.
Dimensions above:
Dimensions inside:
Distance above:
Distance left:
Rectangles with elements' dimensions and distances do not take into account if they are outside the screen.
Expected behavior:
By default, the dimensions rectangle should be shown below the element outline.
If the dimensions rectangle can't be shown below the outline, show it above.
If the dimensions rectangle can neither be shown above or below the outline, show it inside above the bottom line.
By default, the distance rectangle should be shown to the right or below a distance line depending on orientation.
If the distance rectangle can't be shown to the right or below, show it to the left or above depending on orientation.