-
Notifications
You must be signed in to change notification settings - Fork 30
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/3137/Floor Labels Are Disappearing #3778
Conversation
4cb4bcd
to
4ca5bbd
Compare
For the review: |
I'm not sure what the problem is with the e2e tests. Must be a GitHub/Chrome thing? I will look tomorrow into this. |
97d58b7
to
5989c13
Compare
…map to reduce flickering
…lt folder height (to avoid that label fly way to high above the folders), slightly increase multiplicator for folder heights
5989c13
to
bbc2785
Compare
Quality Gate passed for 'CodeCharta Visualization'Issues Measures |
Quality Gate passed for 'CodeCharta Analysis'Issues Measures |
Fix Floor Labels Are Disappearing
Closes: #3137
Description
This adds a experimental feature to the FloorLabel system. When experimental features are enabled, the height of the floor labels gets scaled with the size of the map to increase the distance between folder structures and the floating labels above. In testing, this change result in less flickering of those labels. "Less", because the flickering is not completely removed. We might be able to remove the flickering completely by swapping to native three.js text instead of our current approach.
Definition of Done
A PR is only ready for merge once all the following acceptance criteria are fulfilled:
Documentation (GH-pages, analysis/visualization READMEs, parser READMEs, --help, etc.) has been updated (almost always necessary except for bug fixes)Screenshots or gifs