Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In **dev** branch bug in relative positioning #36

Open
hchauvet opened this issue Jan 3, 2023 · 0 comments
Open

In **dev** branch bug in relative positioning #36

hchauvet opened this issue Jan 3, 2023 · 0 comments
Assignees
Milestone

Comments

@hchauvet
Copy link
Owner

hchauvet commented Jan 3, 2023

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)
@hchauvet hchauvet added this to the 1.0 milestone Jan 3, 2023
@hchauvet hchauvet self-assigned this Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant