↓ 1 callersFunctiondetect_equal_spacing_h(
candidates: &[&Rect],
dragged: &Rect,
_dragged_cx: f64,
dragged_cy: f64,
dragged_w: f64,
crates/drafftink-core/src/snap.rs:833
↓ 1 callersFunctiondetect_equal_spacing_v(
candidates: &[&Rect],
dragged: &Rect,
dragged_cx: f64,
_dragged_cy: f64,
dragged_h: f64,
crates/drafftink-core/src/snap.rs:989