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

content: Second coordinate sign ignored #533

Closed
johannes-wolf opened this issue Mar 19, 2024 · 0 comments · Fixed by #608
Closed

content: Second coordinate sign ignored #533

johannes-wolf opened this issue Mar 19, 2024 · 0 comments · Fixed by #608
Labels
bug 🐛 Something isn't working core:draw ✏️

Comments

@johannes-wolf
Copy link
Member

johannes-wolf commented Mar 19, 2024

When spanning content by passing two coordinates, the signs of the second coordinates values are ignored.

content((0,0), (+1,-1), [Test])
content((0,0), (-1,+1), [Test])

Both contents are placed at the exact same location, which is incorrect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working core:draw ✏️
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant