This commit is contained in:
33333-33333 2026-06-21 22:29:00 +09:00
commit 0a6148c73f
67 changed files with 2653 additions and 1519 deletions

View file

@ -75,7 +75,7 @@ function lineageFastLayoutNeeded(nodes, idSet, family) {
function lineageLayoutRowsFast(rows, idSet) {
const NODE_W = 132;
const NODE_H = 68;
const NODE_H = 84;
const SIBLING_GAP = 22;
const ROW_GAP = 116;
const LEFT_PAD = 82;