Open elbosso opened 2 months ago
I propose to attach not only a label to each vertex but a rectangle as well - this is then painted underneath the label, adding visual distinction and improving readability.
For example:
to this end, i propose a new style class (example):
.vertex-label-rect { -fx-stroke-width: 3; -fx-stroke: #A0A0A0; -fx-stroke-type: outside; -fx-fill: #D0D0D0; -fx-opacity: 0.4; }
I propose to attach not only a label to each vertex but a rectangle as well - this is then painted underneath the label, adding visual distinction and improving readability.
For example: