-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Clipping is broken #24
Comments
As said on IRC, since the current function relies on a pair of points instead of point + w/h, a solution to this is to introduce: |
Or just make things exclusive. This is really only broken for lines at the moment, and it doesn't really have an affect on output. |
Partially fixed and tested with 7d3e9d7, need to run a few more tests though |
Good to go :) |
One comment says the clip region is inclusive, however the default clip region (0, 0, lcdWidth, lcdHeight) is exclusive.
The text was updated successfully, but these errors were encountered: