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
Solid triangle algorithm fails on flat horizontal orientated triangles, like 10,10 / 30,8 / 50,10
The text was updated successfully, but these errors were encountered:
Failing as well: {80, 100}, {94, 94}, {108, 88}
Triangle is a line, but only 3 pixels are drawn.
Sorry, something went wrong.
fix(gpr): fixed triangle_solid (again)
615efa1
fixes #4 - hopefully finally
mpaland
No branches or pull requests
Solid triangle algorithm fails on flat horizontal orientated triangles, like 10,10 / 30,8 / 50,10
The text was updated successfully, but these errors were encountered: