
I have a 100x50 frame, and I am trying to set individual strokes on the left and bottom sides.
Whenever the stroke size exceeds the corresponding dimension, the excess is added to the opposite side.
In this example, you can see that the left stroke is 110px—10px larger than the frame’s width of 100px. Those extra 10px are added as a right stroke.
The same applies to the vertical side. The bottom stroke is 105px—55px larger than the frame’s height of 50px. Those extra 55px are added as a top stroke.
Is this the expected behavior?
Thank you in advance!