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
I'm seeing a slightly different behaviour in the margin/padding between directions up/down and left/right, where a margin/padding will exist in the former but not in the latter, when have more than 2 embedded shapes.
To see the behaviour, one can compare the output of the following script:
direction: up
A
B
B.C
A.a
B.C.b
A.a -> B.C.b
... and:
direction: right
A
B
B.C
A.a
B.C.b
A.a -> B.C.b
... see attached for the results, which are interchangeable for {up|down} and {left|right}.
We can clearly see an "expected" margin/padding in the former script, which we can't see in the latter.
The text was updated successfully, but these errors were encountered:
czardien
changed the title
Missing default margin/padding on direction: right/left?
Missing default margin/padding on direction: right/left with 3 embedded shapes?
Mar 3, 2023
Hi,
I'm seeing a slightly different behaviour in the margin/padding between directions
up/down
andleft/right
, where a margin/padding will exist in the former but not in the latter, when have more than 2 embedded shapes.To see the behaviour, one can compare the output of the following script:
... and:
... see attached for the results, which are interchangeable for
{up|down}
and{left|right}
.We can clearly see an "expected" margin/padding in the former script, which we can't see in the latter.
The text was updated successfully, but these errors were encountered: