In the following code I have two rectangles with a width of 71.93, one of them in position left = 0 and the next one in position 71.93, so it should be completely attached to the first one.
The problem is that when I run the code, a separation line appears between the two
I can solve it with Math.Floor but I would like to understand what is the problem and the best solution
What I hope is that if I position a control in a left position that is the same right position of another control, they will be perfectly glued