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
When a function's curve touches the top of the screen, moving the cursor creates a black trail.
Steps to reproduce the behavior:
sin(tan(cos(cos(sin(x)))))
The cursor should move without leaving any trail behind it.
The cursor is leaving a black trail behind it.
The text was updated successfully, but these errors were encountered:
Hello @sagessylu, thanks for spotting this bug! It should be fixed by #1553.
Sorry, something went wrong.
[apps/shared] RoundCursorView: fix potential black trail when redrawing
80015ca
cursor (issue #1458 on GitHub)
dd263e8
cursor (issue numworks#1458 on GitHub)
Successfully merging a pull request may close this issue.
Describe the bug
When a function's curve touches the top of the screen, moving the cursor creates a black trail.
Screenshots
To Reproduce
Steps to reproduce the behavior:
sin(tan(cos(cos(sin(x)))))
Expected behavior
The cursor should move without leaving any trail behind it.
What it is doing
The cursor is leaving a black trail behind it.
Environment
The text was updated successfully, but these errors were encountered: