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

add_quadratic_bezier_curve() creating malformed nifty.ink drawings #135

Open
EL-S opened this issue Nov 27, 2021 · 0 comments
Open

add_quadratic_bezier_curve() creating malformed nifty.ink drawings #135

EL-S opened this issue Nov 27, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@EL-S
Copy link
Collaborator

EL-S commented Nov 27, 2021

add_quadratic_bezier_curve() currently accepts a list of points. The error occurs when a list with only a single point is given. Nifty.ink expects 2 or more points per line. When a single point is given, it should be duplicated to give the expected behaviour.

image
image

@EL-S EL-S added the bug Something isn't working label Nov 27, 2021
@EL-S EL-S self-assigned this Nov 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant