We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The CPU goes to 100% and the app freezes.
This can be replicated by trying to draw a path with something like:
gc.set_line_dash([0.0, 0.0])
The text was updated successfully, but these errors were encountered:
Simple fix is to add a sanity check in the set_line_dash method.
set_line_dash
Sorry, something went wrong.
Sanity check dash arguments.
f53caa4
Fixes #909.
Sanity check dash arguments (#910)
8dc913d
* Sanity check dash arguments. Fixes #909. * Fix dash sanity test.
Successfully merging a pull request may close this issue.
The CPU goes to 100% and the app freezes.
This can be replicated by trying to draw a path with something like:
The text was updated successfully, but these errors were encountered: