Skip to content
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

Triangle outline and fill not congruent #111

Open
WillGreen opened this issue Sep 9, 2022 · 0 comments
Open

Triangle outline and fill not congruent #111

WillGreen opened this issue Sep 9, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@WillGreen
Copy link
Contributor

If we draw a triangle outline and a filled triangle with identical vertices, they don't always match. This seems to be a problem on some edges where there are multiple edge pixels per line.

Library modules:

Example - right-edge of this triangle:

vx0 <=  60; vy0 <=  20;
vx1 <= 280; vy1 <=  80;
vx2 <= 160; vy2 <= 164;

More details to follow.

@WillGreen WillGreen added the bug Something isn't working label Sep 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant