Bring constraints overlay in front of line labels; leave arrowheads when zooming out

This commit is contained in:
49lf
2024-09-25 10:21:32 -04:00
parent 9388e09c47
commit f105044a47
3 changed files with 50 additions and 7 deletions

View File

@ -52,6 +52,7 @@ export const Y_AXIS = 'yAxis'
export const AXIS_GROUP = 'axisGroup'
export const SKETCH_GROUP_SEGMENTS = 'sketch-group-segments'
export const ARROWHEAD = 'arrowhead'
export const ADD_SEGMENT_DOT = 'add-segment-dot'
export const SEGMENT_LENGTH_LABEL = 'segment-length-label'
export const SEGMENT_LENGTH_LABEL_TEXT = 'segment-length-label-text'
export const SEGMENT_LENGTH_LABEL_OFFSET_PX = 30