-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More improvements to label vertex avoidance
(re: #4271, #3636) - better classification of "interesting" vertices (include tagged, selected, or child of selected) - now we can draw labels on selected lines again (revert #3636) because the labels will avoid the vertices - if debugging is on, draw a collision box for the mouse
- Loading branch information
Showing
2 changed files
with
50 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -217,7 +217,7 @@ text.pointlabel { | |
stroke-miterlimit: 1; | ||
} | ||
|
||
text.proximate { | ||
text.nolabel { | ||
opacity: 0; | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters