Skip to content
This repository has been archived by the owner on Oct 21, 2021. It is now read-only.

1-pixel artifact for offscreen pixels (fill_rect bug) #2

Open
rdrpenguin04 opened this issue Feb 8, 2021 · 1 comment
Open

1-pixel artifact for offscreen pixels (fill_rect bug) #2

rdrpenguin04 opened this issue Feb 8, 2021 · 1 comment
Assignees

Comments

@rdrpenguin04
Copy link
Member

When a rectangle is off the left side of the screen, it renders one pixel due to several conflicting rendering optimizations.

@rdrpenguin04 rdrpenguin04 self-assigned this Feb 8, 2021
@rdrpenguin04
Copy link
Member Author

To clarify (and add more details):

  • When the rectangle is off the right/bottom edge of the screen, it is correctly not rendered
  • When the rectangle is off the left/top edge of the screen, it gets rendered as one pixel on the far left/top

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant