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

fix display problem if the track length of feature is very long #267

Merged
merged 1 commit into from
Nov 21, 2022

Conversation

CanCanZeng
Copy link
Contributor

This color of trajectory of a feature with too long track length on the display image will be white current now. This problem is caused by the property of integer division, so I multiplied the first by 1.0 to turn the result into a float number, avoiding this problem.

@CanCanZeng
Copy link
Contributor Author

The current problem shown in the image below, some of the trajectory of feature are all white.
Screenshot from 2022-08-03 17-59-29

@goldbattle goldbattle merged commit f37e9d4 into rpng:master Nov 21, 2022
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.

None yet

2 participants