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
When a first element position is set using "right()", "center()" or "bottom()" and that the second element position is relative to the first one their is a bug (left and right are inverted)
Reproduce the bug:
t=text('test align on right', x=right(0.95), y='center')
t2=text('not aligned on right of t', x=t.right)
The text was updated successfully, but these errors were encountered:
When a first element position is set using "right()", "center()" or "bottom()" and that the second element position is relative to the first one their is a bug (left and right are inverted)
Reproduce the bug:
The text was updated successfully, but these errors were encountered: