mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
[GH-ISSUE #43] Pixels out of the screen (line 201) #222
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pkali on GitHub (Apr 25, 2022).
Original GitHub issue: https://github.com/pkali/scorch_src/issues/43
Originally assigned to: @pkali on GitHub.
Sometimes a single pixel appears at location (200, 0) which is outside of the screen.
Also circle routine plots in the line 200.
Now it is mitigated by the buffer after the screen, but it should be fixed.
@pkali commented on GitHub (May 22, 2022):
OK, it is UNPLOT procedure , closing.