You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,..."
The text was updated successfully, but these errors were encountered:
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,..."
The text was updated successfully, but these errors were encountered: