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

Fixed Plot Line::fill does not fill last segment correctly #2275

Merged
merged 2 commits into from Nov 10, 2022

Conversation

WesleyCh3n
Copy link
Contributor

This pr fix Plot Line::fill didn't fill correctly because missing second to last vertex.

From
image
To
image

Closes #1477.

@WesleyCh3n WesleyCh3n marked this pull request as ready for review November 10, 2022 08:54
Copy link
Owner

@emilk emilk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

Copy link
Contributor Author

@WesleyCh3n WesleyCh3n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh yeah of course XD.
More concise!! Great

@emilk emilk merged commit b2edbe6 into emilk:master Nov 10, 2022
emilk added a commit that referenced this pull request Dec 2, 2022
* Fix missing vertex to fill the triangle

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
JohannesProgrammiert pushed a commit to JohannesProgrammiert/egui that referenced this pull request Jan 21, 2023
)

* Fix missing vertex to fill the triangle

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Plot Line::fill does not fill last segment correctly
2 participants