const GAP_EXPANSION_FRACTION: f64 = _; // 0.25f64
Expand description

How much of the gap use up to expand segments visually to either side?

Should be strictly less than half, or we will get overlapping segments.