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

make sure the vertext labels are always in the foreground #42

Open
elbosso opened this issue Aug 19, 2024 · 0 comments
Open

make sure the vertext labels are always in the foreground #42

elbosso opened this issue Aug 19, 2024 · 0 comments

Comments

@elbosso
Copy link

elbosso commented Aug 19, 2024

currently the vertex nodes (ovals, ...) and their labels are added to the FX hierarchy for each vertex - therefore the hierarchy holds "circle, text, circle, text, -..." But FX paints shapes in this order, therefore circles or other shapes added later obscure labels added earlier. Therefore i propose to add all the shapes for the vertices first and in a second loop add all the labels for the vertices - changing the order in the hierarchy to "circle, circle, circle,...,text, text, text,..."

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

No branches or pull requests

1 participant