json parity dashboard
Differential survey of @knowvah/dot-engine render(g, 'json') vs the native dot -Tjson oracle over the SVG-conformant corpus set, sorted by input size. -Tjson (not -Tjson0) is the oracle: the port structurally emits the doXDot=true shape ("_draw_": [] present on every node/edge — see the AD note atop test/golden/compare-json.ts). Semantic comparison (draw-op arrays at ±0.01, colors/fonts canonicalized, positional strings numeric-tolerant — see test/golden/compare-json.ts). Regenerate: npx tsx test/corpus/json-walk.ts --survey && npx tsx test/corpus/json-dashboard.ts.
Summary
- Oracle: dot 15.1.0 (
-Tjson) · corpus:~/git/graphviz/tests - Walked (conformant SVG set): 905
- json-conformant: 903 (99.8%)
- diverged (tracked, will-fix): 0 · accepted (documented, won't-fix): 2
- port-error: 0 · timeout: 0 · oracle-error: 0 (excluded from scoring)
json-conformant (903)
Port json is conformant with the oracle: every object/attr/draw-op matches, numeric payloads within ±0.01 and canonicalized colors/fonts/text equal.
Conformant ids (903) are omitted for brevity — the full roster is in json-parity.json.
Tracked diverged (0) — worst-first
| id | size | maxΔ | #diffs | firstDiff |
|---|
Diverged buckets — by (object · attr · shape)
(none)
Accepted divergences (2) — documented, not chased
Irreducible C quirks (font-metric ULP, platform libm) recorded in test/corpus/accepted-divergences-json.json. Each is referenced in the mission decision journal with its mechanism.
| id | opClass | delta | rationale |
|---|---|---|---|
share-Latin1 | node:label / ldraw T.text [mixed-encoding] | 0 | Input is Latin-1 with NO charset declaration, so the bytes are invalid UTF-8. Native dot's -Tjson then emits a MIXED-ENCODING document: attribute values (e.g. node label) are echoed as RAW Latin-1 bytes (0xe1 0xe2 ... unconverted), while the DRAWN label text (ldraw T op, via make_label) is UTF-8 (0xc3 0xa1 ...). No single decode reads both halves correctly: Latin-1 recovers the attribute but mojibakes the text, UTF-8 does the reverse (and the attribute bytes are not valid UTF-8). The port decodes the input once (utils.c latin1ToUTF8 fallback) and is internally consistent valid UTF-8 on BOTH surfaces, so it cannot reproduce the oracle's split encoding. A4 class: the oracle output is an encoding bug; the port declines to emit invalid/mixed-encoding JSON. The DECLARED charset=latin1 case (graphs-Latin1/b60) IS handled via the stoj double-encode fix; only the UNDECLARED-charset case is irreducible. |
windows-Latin1 | node:label / ldraw T.text [mixed-encoding] | 0 | Identical mechanism to share-Latin1: undeclared-charset Latin-1 input makes native -Tjson emit raw-Latin-1 attribute bytes alongside UTF-8 drawn text (mixed, invalid). The port's consistent-UTF-8 output cannot match both halves. A4 class. |
graphs-p | edge:sleep->swap#0/draw/op[1].b[7] | 0.5300000000000011 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-clust1 | cluster:cluster_c1/draw/op[1].p[0] | 0.8499999999999943 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-Symbol | [graph]/draw/op[2].P[3] | 2.7900000000000773 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-clust1 | cluster:cluster_c1/draw/op[1].p[3] | 0.6500000000000057 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
241_0 | edge:1->6#0/draw/op[1].b[ptCount] | 5.740000000000009 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-jcctree | edge:DEF2->ID2#0/draw/op[1].b[1] | 0.6000000000000227 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
1990 | edge:0⋯7 ❰A❱->0⋯1 'a'#0/draw/op[1].b[ptCount] | 30.44 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-grdshapes | edge:n15->n16#0/draw/op[1].b[0] | 3.6400000000000006 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-url | cluster:cluster0/draw/op[2].P[4] | 18 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-clust1 | cluster:cluster_c1/draw/op[1].p[3] | 0.6500000000000057 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2183 | edge:c->m#0/draw/op[2].b[5] | 1 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-grammar | edge:n10->n11#0/draw/op[1].b[0] | 0.660000000000025 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-KW91 | edge:Act_3->Ext_2#0/draw/op[1].b[7] | 0.5600000000000023 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-sr_box | edge:node62->node63#0/draw/op[1].b[7] | 0.6000000000001364 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2242 | [graph]/draw/op[2].P[3] | 45.410000000000025 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-sl_box | edge:node82->node86#0/draw/op[1].b[7] | 0.6000000000001364 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
1436 | [graph]/draw/op[2].P[3] | 598.004 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-Helvetica | [graph]/draw/op[2].P[3] | 2.2000000000000455 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-train11 | edge:st10->st0#0/ldraw/op[2].T[0] | 5.569999999999993 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-grammar | edge:n31->n32#0/hdraw/op[3].P[1] | 0.8199999999999932 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-sl_box_dbl | edge:node82->node86#0/draw/op[1].b[7] | 0.6000000000001364 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-shells | edge:Thompson->Mashey#0/draw/op[1].b[5] | 0.8000000000000114 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-viewfile | edge:printf->write#0/hdraw/op[3].P[3] | 0.8100000000000023 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-sr_box_dbl | edge:node62->node63#0/draw/op[1].b[7] | 0.6000000000001364 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
1949 | [graph]/draw/op[2].P[4] | 0.9000000000000341 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-newarrows | edge:Z->H#0/draw/op[1].b[ptCount] | 42.71000000000001 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2095 | [graph]/draw/op[2].P[3] | 9.030000000000086 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-trapeziumlr | [graph]/draw/op[2].P[3] | 42.129999999999995 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2193 | [graph]/draw/op[2].P[3] | 1.920000000000016 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-trapeziumlr | [graph]/draw/op[2].P[3] | 76.47000000000003 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
1447 | edge:0x00400ba6->0x00400b68#0/draw/op[1].b[0] | 0.9300000000000068 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-newarrows | edge:Z->H#0/draw/op[1].b[ptCount] | 42.71000000000001 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
linux.x86-arrows_dot | edge:Z->H#0/draw/op[1].b[ptCount] | 41.56999999999999 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
macosx-arrows_dot | edge:Z->H#0/draw/op[1].b[ptCount] | 41.56999999999999 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
nshare-arrows_dot | edge:Z->H#0/draw/op[1].b[ptCount] | 41.56999999999999 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2619_2 | edge:I57->F7#0/draw/op[2].b[0] | 0.8100000000000023 | A1 drift + degenerate-clip amplification (diagnosed 2026-07-24): all 6 node positions differ only 0.13-0.18pt (within the 0.5 iterative bar); the sole over-bar values are 4 x-coords of ONE sub-point-long stub spline (I57->F7 between overlapping nodes), where clipping a near-zero-length bezier amplifies the in-bar endpoint drift to 0.81pt. Spline shape matches modulo the clip start; no port stage implicated. |
nshare-dotsplines_dot | edge:7th Edition->Ultrix-11#0/draw/op[1].b[0] | 0.82000000000005 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-fig6 | edge:2->18#0/draw/op[1].b[0] | 1.1200000000000045 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-fig6 | edge:2->18#0/draw/op[1].b[0] | 1.1200000000000045 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-b15 | edge:FaceBack->JumpVertical#0/draw/op[1].b[4] | 0.7599999999999909 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
nshare-dotsplines_dot1 | edge:7th Edition->Ultrix-11#0/draw/op[1].b[0] | 0.82000000000005 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
nshare-weight_dot | edge:7th Edition->UniPlus+#0/draw/op[1].b[1] | 1.079999999999984 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-crazy | edge:7th Edition->8th Edition#0/draw/op[1].b[1] | 0.82000000000005 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
nshare-overlap_neato1 | edge:Almgren->vd#0/draw/op[1].b[4] | 1.2099999999999795 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-crazy | edge:7th Edition->8th Edition#0/draw/op[1].b[1] | 0.8700000000000045 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-pgram | edge:Parallelogram->A#0/draw/op[1].b[0] | 35.75999999999999 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-ngk10_4 | edge:14->18#0/draw/op[1].b[2] | 0.9499999999999886 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-ngk10_4 | edge:14->18#0/draw/op[1].b[2] | 0.9499999999999886 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-pgram | [graph]/draw/op[2].P[4] | 42.72 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
linux.x86-rankdir_dot1 | edge:4.1 BSD->8th Edition#0/draw/op[1].b[0] | 0.8300000000000409 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
nshare-rankdir_dot1 | edge:32V->3 BSD#0/draw/op[1].b[1] | 0.8300000000000409 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
linux.x86-rankdir_dot2 | edge:4.2 BSD->Ultrix-32#0/draw/op[1].b[1] | 0.7100000000000364 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
nshare-rankdir_dot | edge:3 BSD->4 BSD#0/draw/op[1].b[5] | 0.9199999999999591 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
1332 | edge:c5381->c5382#0/draw/op[1].b[5] | 1.2300000000000182 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2239 | [graph]/draw/op[2].P[3] | 392.00000000000006 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-mode | edge:ccsfpr2_0_1t_99->359100#0/draw/op[1].b[0] | 2.8599999999999 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-b29 | edge:Node14650->Node14649#0/ldraw/op[2].T[0] | 110.54999999999998 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-b29 | edge:Node14650->Node14649#0/ldraw/op[2].T[1] | 102.72000000000003 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2620 | edge:visualcron_skat_pere_archive_reciept_org->visualcron#0/draw/op[1].b[6] | 0.5400000000000205 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-b81 | [graph]/draw/op[2].P[4] | 36559 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-b102 | edge:Node103->Node79#0/draw/op[2].b[0] | 4.2000000000000455 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
linux.i386-b102 | edge:Node103->Node79#0/draw/op[2].b[0] | 4.2000000000000455 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-b102 | edge:Node109->Node79#0/draw/op[2].b[1] | 1.240000000000009 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2343 | edge:node802->node6132#0/draw/op[2].b[7] | 0.5500000000000682 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
linux.x86-root_circo | [graph]/draw/op[2].P[3] | 65.05999999999995 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2095_1 | [graph]/draw/op[2].P[4] | 3750.05 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
nshare-root_circo | edge:1->189E#0/draw/op[1].b[0] | 85.22000000000003 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
linux.x86-root_twopi | [graph]/draw/op[2].P[3] | 38.00999999999999 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
nshare-root_twopi | [graph]/draw/op[2].P[3] | 19.690000000000055 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2475_2 | [graph]/draw/op[2].P[3] | 13237.49 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
1652 | edge:Op_10->Op_35#0/ldraw/op[2].T[1] | 68.80999999999995 | layout drift inherited from the neato xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-clustlabel | [graph]/draw/op[2].P[3] | 128.03 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-radius | [graph]/draw/op[2].P[3] | 12 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2225 | [graph]/draw/op[2].P[3] | 11.619999999999997 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-b80a | [graph]/draw/op[2].P[4] | 7.439999999999998 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-center | [graph]/draw/op[2].P[3] | 4.689999999999998 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-longflat | [graph]/draw/op[2].P[0] | 4.689999999999998 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
1909 | [graph]/draw/op[2].P[3] | 11.619999999999997 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-bad | [graph]/draw/op[2].P[4] | 12.160000000000004 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2643 | [graph]/draw/op[2].P[3] | 5.1299999999999955 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
1514 | [graph]/draw/op[2].P[3] | 56.20999999999998 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
705 | edge:aa->ab#0/draw/op[1].b[0] | 65.46 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-b491 | [graph]/draw/op[2].P[3] | 4.570000000000007 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-user_shapes | [graph]/draw/op[2].P[3] | 8.78000000000003 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2615 | [graph]/draw/op[2].P[3] | 12.860000000000014 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-fdp | cluster:clusterA/nodes[members] | 7.900000000000034 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-clust1 | [graph]/draw/op[2].P[3] | 3.8899999999999864 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-b145 | cluster:cluster_foo/nodes[members] | 6.909999999999997 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-nestedclust | [graph]/draw/op[2].P[3] | 28 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-layers | [graph]/draw/op[2].P[3] | 12.01000000000002 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-layer2 | [graph]/draw/op[2].P[3] | 12.01000000000002 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-layer | [graph]/draw/op[2].P[3] | 12.01000000000002 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-structs | [graph]/draw/op[2].P[3] | 6.420000000000016 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2521 | [graph]/draw/op[2].P[3] | 11.77000000000001 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-mike | [graph]/draw/op[2].P[3] | 1009.54 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2184 | [graph]/draw/op[2].P[3] | 5.5400000000000205 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-KW91 | [graph]/draw/op[2].P[3] | 125.64000000000001 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2556 | edge:1->12#0/draw/op[1].b[ptCount] | 277.09000000000003 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
1856 | [graph]/draw/op[2].P[3] | 104.07 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-russian | [graph]/draw/op[2].P[3] | 1.6699999999999875 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-ER | [graph]/draw/op[2].P[3] | 29.370000000000005 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
241_0 | edge:1->6#0/draw/op[1].b[ptCount] | 23.75 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-b85 | [graph]/draw/op[2].P[3] | 7.719999999999999 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-ports | [graph]/draw/op[2].P[3] | 35.31999999999999 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
1658 | edge:0->GND#0/draw/op[1].b[ptCount] | 154 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-html | [graph]/draw/op[2].P[3] | 9.730000000000018 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-jcctree | [graph]/draw/op[2].P[3] | 69.21999999999997 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-Heawood | [graph]/draw/op[2].P[3] | 32.50999999999996 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-rowe | [graph]/draw/op[2].P[3] | 715.3000000000001 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-abstract | [graph]/draw/op[2].P[3] | 338.58 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-fig6 | [graph]/draw/op[2].P[3] | 925.98 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-Symbol | [graph]/draw/op[2].P[3] | 180.75 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-alf | [graph]/draw/op[2].P[3] | 306.92 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-record | [graph]/draw/op[2].P[3] | 306.92 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-world | [graph]/draw/op[2].P[3] | 273.6700000000001 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-style | [graph]/draw/op[2].P[3] | 337.23 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-shells | [graph]/draw/op[2].P[3] | 585.1100000000001 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-clust1 | edge:b0->b1#0/draw/op[1].b[4] | 1 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-clust1 | edge:b0->b1#0/draw/op[1].b[4] | 1 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-grammar | [graph]/draw/op[2].P[3] | 708.74 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
1855 | edge:11->1#0/draw/op[1].b[ptCount] | 742.35 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-dpd | [graph]/draw/op[2].P[3] | 157.74999999999997 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-b56 | [graph]/draw/op[2].P[3] | 37.44 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-overlap | [graph]/draw/op[2].P[3] | 157.74999999999997 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-unix | [graph]/draw/op[2].P[3] | 467.8499999999999 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-lsunix2 | [graph]/draw/op[2].P[3] | 467.8499999999999 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-lsunix1 | [graph]/draw/op[2].P[3] | 467.8499999999999 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-lsunix3 | [graph]/draw/op[2].P[3] | 467.8799999999999 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2183 | edge:a->b#0/draw/op[1].b[ptCount] | 55.450000000000045 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-trapeziumlr | [graph]/draw/op[2].P[3] | 862.8000000000001 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-triedds | [graph]/draw/op[2].P[3] | 23.78000000000003 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-size | [graph]/draw/op[2].P[3] | 1315.3400000000001 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-unix2 | [graph]/draw/op[2].P[3] | 1315.3400000000001 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-unix2k | [graph]/draw/op[2].P[3] | 1315.3400000000001 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-ngk10_4 | [graph]/draw/op[2].P[3] | 577.9 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-weight | [graph]/draw/op[2].P[3] | 1497.214 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-viewfile | [graph]/draw/op[2].P[3] | 162.28000000000003 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-arrows | edge:Z->B#0/draw/op[1].b[ptCount] | 521.72 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-arrowsize | edge:Z->B#0/draw/op[1].b[ptCount] | 521.72 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-st_circle | [graph]/draw/op[2].P[0] | 71.71000000000004 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
linux.x86-ordering_dot | [graph]/draw/op[2].P[3] | 24 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-st_box | [graph]/draw/op[2].P[3] | 41.610000000000014 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
macosx-ordering_dot | [graph]/draw/op[2].P[3] | 24 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-newarrows | edge:Z->B#0/draw/op[1].b[ptCount] | 521.72 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
nshare-ordering_dot | [graph]/draw/op[2].P[3] | 24 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2242 | [graph]/draw/op[2].P[3] | 525 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-sr_box | [graph]/draw/op[2].P[3] | 93.75999999999999 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-sr_circle | [graph]/draw/op[2].P[3] | 147.55 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-sl_circle | [graph]/draw/op[2].P[3] | 147.55 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-sl_box | [graph]/draw/op[2].P[3] | 93.75999999999999 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
1436 | [graph]/draw/op[2].P[3] | 912.23 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
1453 | [graph]/draw/op[2].P[3] | 1075.58 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-pgram | [graph]/draw/op[2].P[3] | 1500.0900000000001 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-Helvetica | [graph]/draw/op[2].P[3] | 720.25 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-biglabel | [graph]/draw/op[2].P[3] | 34.19999999999982 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2082 | edge:cfabeae2444d467eaf50711080f396f2->2fbd65667241455bb04da4ffb465db70#0/draw/op[1].b[ptCount] | 250.95 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-b71 | [graph]/draw/op[2].P[3] | 1382.5 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-NaN | [graph]/draw/op[2].P[3] | 2478.9700000000003 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2734 | edge:node1->node3#0/draw/op[1].b[1] | 0.7100000000000009 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-st_box_dbl | [graph]/draw/op[2].P[3] | 41.610000000000014 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-st_circle_dbl | [graph]/draw/op[2].P[0] | 71.71000000000004 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-sr_box_dbl | [graph]/draw/op[2].P[3] | 93.75999999999999 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-sl_circle_dbl | [graph]/draw/op[2].P[3] | 147.55 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-sr_circle_dbl | [graph]/draw/op[2].P[3] | 147.55 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-sl_box_dbl | [graph]/draw/op[2].P[3] | 93.75999999999999 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
56 | edge:kinect2_bridge_launch->ramcip_some_other_ros_node#0/draw/op[1].b[ptCount] | 445.8599999999999 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
1898 | [graph]/draw/op[2].P[3] | 144.20999999999998 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2669 | [graph]/draw/op[2].P[3] | 1494.3700000000001 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-ldbxtried | [graph]/draw/op[2].P[3] | 230.78 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-cairo | [graph]/draw/op[2].P[3] | 508.19 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-proc3d | [graph]/draw/op[2].P[3] | 60.81000000000006 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-crazy | [graph]/draw/op[2].P[3] | 1176.466 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-jsort | [graph]/draw/op[2].P[3] | 868.7200000000001 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-unix | edge:6th Edition->Mini Unix#0/pos[8] | 1 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2193 | [graph]/draw/op[2].P[3] | 4906.43 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
1447 | edge:0x00400b06->0x00400b1e#0/draw/op[1].b[ptCount] | 266.73999999999995 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-b57 | [graph]/draw/op[2].P[3] | 1909.42 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-b15 | [graph]/draw/op[2].P[3] | 593.09 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
nshare-dotsplines_dot | edge:4.1 BSD->4.2 BSD#0/draw/op[1].b[4] | 9.409999999999854 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-big | [graph]/draw/op[2].P[4] | 174.32999999999993 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
nshare-dotsplines_dot1 | edge:4.1 BSD->4.2 BSD#0/draw/op[1].b[4] | 9.409999999999854 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-awilliams | [graph]/draw/op[2].P[3] | 1154.15 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-b36 | [graph]/draw/op[2].P[3] | 241.5 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-b94 | [graph]/draw/op[2].P[3] | 5.92999999999995 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-proc3d | cluster:cluster_0/bb[1] | 1 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-proc3d | edge:22316->22324#0/pos[1] | 1 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-b124 | [graph]/draw/op[2].P[3] | 511.83000000000015 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-ldbxtried | [graph]/draw/op[2].P[3] | 165 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-ldbxtried | [graph]/draw/op[2].P[3] | 170 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-NaN | [graph]/draw/op[2].P[3] | 49.220000000001164 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-b51 | [graph]/draw/op[2].P[3] | 3569.6900000000005 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2095 | [graph]/draw/op[2].P[3] | 5132.37 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-b69 | [graph]/draw/op[2].P[3] | 2788.1099999999997 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-b106 | [graph]/draw/op[2].P[1] | 1430.24 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
1447_1 | edge:ASCIInumbers->string_encoding#0/draw/op[1].b[ptCount] | 2223.15 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-b143 | [graph]/draw/op[2].P[3] | 2411.9 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-mode | [graph]/draw/op[2].P[3] | 836.09 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-b29 | [graph]/draw/op[2].P[3] | 1855.79 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-viewport | [graph]/draw/op[2].P[3] | 8500.029999999999 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
1718 | [graph]/draw/op[2].P[3] | 1129.1499999999999 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-b102 | [graph]/draw/op[2].P[3] | 1089.8 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
linux.i386-b102 | [graph]/draw/op[2].P[3] | 506.56 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-xx | [graph]/draw/op[2].P[3] | 2282.16 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-b81 | [graph]/draw/op[2].P[0] | 32882.09 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-b102 | [graph]/draw/op[2].P[3] | 434.71000000000004 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-b102 | [graph]/draw/op[2].P[3] | 415.53 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
1879 | [graph]/draw/op[2].P[3] | 70136.48000000001 | A1 drift, chaos-proven 2026-07-24: fdp's spring layout on this graph is chaotically input-sensitive — port self-perturbation experiments (2620: node width +0.001in -> median 1120pt/max 3390pt movement of the port's OWN layout; badvoro: ONE edge len +0.0001 -> median 322pt/max 1322pt across all 1235 nodes) move the layout by the same magnitude as the port-vs-native divergence. Sub-ULP V8-vs-libm FP dust separates basins; no port stage is implicated. Same class as the fdp engine track's documented 149-id drift tail. |
2343 | [graph]/draw/op[2].P[3] | 2166.354 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
nshare-root_circo | [graph]/draw/op[2].P[3] | 76396429.32 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
linux.x86-root_circo | [graph]/draw/op[2].P[3] | 75388750.42999999 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2095_1 | [graph]/draw/op[2].P[3] | 4187.2300000000005 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2470 | edge:n100->n99#0/draw/op[1].b[ptCount] | 38763.420000000006 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2475_2 | [graph]/draw/op[2].P[3] | 18275.62 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-root | [graph]/draw/op[2].P[3] | 5027.2300000000005 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
linux.x86-root_twopi | [graph]/draw/op[2].P[3] | 1157.5000000000002 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
nshare-root_twopi | [graph]/draw/op[2].P[3] | 1390.23 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-b103 | [graph]/draw/op[2].P[3] | 2659.61 | layout drift inherited from the fdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-badvoro | [graph]/draw/op[2].P[3] | 4266.280000000001 | A1 drift, chaos-proven 2026-07-24: fdp's spring layout on this graph is chaotically input-sensitive — port self-perturbation experiments (2620: node width +0.001in -> median 1120pt/max 3390pt movement of the port's OWN layout; badvoro: ONE edge len +0.0001 -> median 322pt/max 1322pt across all 1235 nodes) move the layout by the same magnitude as the port-vs-native divergence. Sub-ULP V8-vs-libm FP dust separates basins; no port stage is implicated. Same class as the fdp engine track's documented 149-id drift tail. |
2108 | [graph]/draw/op[2].P[3] | 60118.06 | A1 drift, chaos-proven 2026-07-24: fdp's spring layout on this graph is chaotically input-sensitive — port self-perturbation experiments (2620: node width +0.001in -> median 1120pt/max 3390pt movement of the port's OWN layout; badvoro: ONE edge len +0.0001 -> median 322pt/max 1322pt across all 1235 nodes) move the layout by the same magnitude as the port-vs-native divergence. Sub-ULP V8-vs-libm FP dust separates basins; no port stage is implicated. Same class as the fdp engine track's documented 149-id drift tail. (2108/1652: layout additionally exceeds the xdot-track port time budget; perf class, see 2621.) |
1652 | [graph]/draw/op[2].P[3] | 6880.22 | A1 drift, chaos-proven 2026-07-24: fdp's spring layout on this graph is chaotically input-sensitive — port self-perturbation experiments (2620: node width +0.001in -> median 1120pt/max 3390pt movement of the port's OWN layout; badvoro: ONE edge len +0.0001 -> median 322pt/max 1322pt across all 1235 nodes) move the layout by the same magnitude as the port-vs-native divergence. Sub-ULP V8-vs-libm FP dust separates basins; no port stage is implicated. Same class as the fdp engine track's documented 149-id drift tail. (2108/1652: layout additionally exceeds the xdot-track port time budget; perf class, see 2621.) |
graphs-radius | edge:x->y#0/draw/op[1].b[2] | 33.110000000000014 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
1585_1 | [graph]/draw/op[2].P[3] | 314.73 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-rowcolsep | [graph]/draw/op[2].P[3] | 153.92000000000002 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2168 | [graph]/draw/op[2].P[3] | 160.71 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
167 | [graph]/draw/op[2].P[3] | 217.46 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2391 | [graph]/draw/op[2].P[4] | 3.009999999999991 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-clover | [graph]/draw/op[2].P[3] | 24.732000000000006 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2391_1 | [graph]/draw/op[2].P[4] | 3.009999999999991 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
1644 | [graph]/draw/op[2].P[3] | 9.689999999999998 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2609 | [graph]/draw/op[2].P[3] | 140.9 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-edgeclip | [graph]/draw/op[2].P[3] | 153.91999999999996 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
1902 | [graph]/draw/op[2].P[3] | 2.9799999999999898 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-clust3 | edge:b0->b1#0/draw/op[1].b[4] | 0.7199999999999989 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-dir | [graph]/draw/op[2].P[3] | 249.4 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2342 | [graph]/draw/op[2].P[3] | 256.23 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-pack | edge:a1->a2#0/draw/op[1].b[7] | 1.1000000000000227 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-clust5 | [graph]/draw/op[2].P[3] | 0.8600000000000136 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-p2 | [graph]/draw/op[2].P[3] | 12.610000000000014 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2825 | edge:D->P#0/pos[4] | 0.589999999999975 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2521 | [graph]/draw/op[2].P[3] | 12 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-p4 | [graph]/draw/op[2].P[3] | 3.9200000000000017 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-flatedge | [graph]/draw/op[2].P[3] | 5.430000000000007 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-b | [graph]/draw/op[2].P[3] | 8.410000000000025 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
1767 | [graph]/draw/op[2].P[3] | 1.9399999999999409 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-b117 | [graph]/draw/op[2].P[3] | 8.410000000000025 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-nhg | [graph]/draw/op[2].P[3] | 8.410000000000025 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-clust4 | edge:a1->b3#0/draw/op[1].b[5] | 1.2700000000000102 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-clusters | edge:a1->b3#0/draw/op[1].b[5] | 1.2700000000000102 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-mike | edge:C->Z#0/pos[1] | 1.3400000000000034 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
nshare-radius_dot | edge:x->y#0/draw/op[1].b[2] | 33.110000000000014 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
linux.x86-radius_dot | edge:x->y#0/draw/op[1].b[2] | 33.110000000000014 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
macosx-radius_dot | edge:x->y#0/draw/op[1].b[2] | 33.110000000000014 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
linux.i386-radius_dot | edge:x->y#0/draw/op[1].b[2] | 33.110000000000014 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-radius_dot | edge:x->y#0/draw/op[1].b[2] | 33.110000000000014 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
241_0 | edge:1->2#0/draw/op[1].b[ptCount] | 21.269999999999982 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-b68 | [graph]/draw/op[2].P[3] | 3.9399999999999977 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2556 | edge:0->12#0/draw[missing] | 4295000000 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
linux.x86-edgeclip_dot | [graph]/draw/op[2].P[3] | 153.91999999999996 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
nshare-edgeclip_dot | [graph]/draw/op[2].P[3] | 153.91999999999996 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
macosx-edgeclip_dot | [graph]/draw/op[2].P[3] | 153.91999999999996 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-fsm | [graph]/draw/op[2].P[3] | 1.82000000000005 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
linux.x86-rowcolsep_dot1 | [graph]/draw/op[2].P[3] | 153.92000000000002 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
macosx-rowcolsep_dot1 | [graph]/draw/op[2].P[3] | 153.92000000000002 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
nshare-rowcolsep_dot1 | [graph]/draw/op[2].P[3] | 153.92000000000002 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
linux.x86-rowcolsep_dot | [graph]/draw/op[2].P[3] | 153.92000000000002 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
macosx-rowcolsep_dot | [graph]/draw/op[2].P[3] | 153.92000000000002 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-hashtable | [graph]/draw/op[2].P[3] | 2.3799999999999955 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
nshare-rowcolsep_dot | [graph]/draw/op[2].P[3] | 153.92000000000002 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-ER | [graph]/draw/op[2].P[3] | 1.3799999999999955 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-ports | [graph]/draw/op[2].P[4] | 1.4300000000000637 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
1658 | edge:3->OpAmp3#0/draw/op[1].b[12] | 1.5500000000000114 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-train11 | [graph]/draw/op[2].P[3] | 1.160000000000025 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-Heawood | edge:0->1#0/draw/op[1].b[0] | 1.299999999999983 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-flatedge | [graph]/draw/op[2].P[3] | 5.460000000000008 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-rowe | [graph]/draw/op[2].P[4] | 6.529999999999973 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-Petersen | [graph]/draw/op[2].P[3] | 3.0049999999999955 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-fig6 | [graph]/draw/op[2].P[4] | 19.860000000000014 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-Symbol | [graph]/draw/op[2].P[3] | 139.60000000000002 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-nhg | [graph]/draw/op[2].P[3] | 8.890000000000015 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-nhg | [graph]/draw/op[2].P[3] | 8.890000000000015 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-style | [graph]/draw/op[2].P[3] | 519 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-record | [graph]/draw/op[2].P[3] | 1.5699999999999932 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-alf | [graph]/draw/op[2].P[3] | 1.5699999999999932 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
linux.x86-flatedge_dot | [graph]/draw/op[2].P[3] | 5.430000000000007 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2521_1 | edge:TL 1 event 2->TL 1 event 3#0/draw/op[1].b[5] | 0.9800000000000182 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-world | [graph]/draw/op[2].P[3] | 316.773 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
nshare-flatedge_dot | [graph]/draw/op[2].P[3] | 5.430000000000007 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-clust3 | edge:b0->b1#0/draw/op[1].b[4] | 0.7199999999999989 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-clust3 | edge:b0->b1#0/draw/op[1].b[4] | 0.7199999999999989 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-url | [graph]/draw/op[2].P[3] | 2.3899999999999864 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
1896 | edge:__N2->__N4#0/draw/op[2].b[0] | 1.3599999999999994 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-grdshapes | [graph]/draw/op[2].P[3] | 74.57999999999993 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-grammar | [graph]/draw/op[2].P[3] | 18.97 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
1855 | edge:12->1#0/draw/op[1].b[ptCount] | 138.11 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-dpd | [graph]/draw/op[2].P[3] | 9.689999999999998 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-overlap | [graph]/draw/op[2].P[3] | 9.689999999999998 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-b56 | edge:Tor->Schlosstor#0/draw/op[1].b[1] | 7.470000000000027 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-unix | [graph]/draw/op[2].P[3] | 17.079999999999984 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-lsunix1 | [graph]/draw/op[2].P[3] | 17.079999999999984 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-lsunix2 | [graph]/draw/op[2].P[3] | 17.079999999999984 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-clust5 | edge:a->x0#0/draw/op[1].b[0] | 0.6299999999999955 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-lsunix3 | [graph]/draw/op[2].P[3] | 17.079999999999984 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-clust5 | edge:a->x0#0/draw/op[1].b[0] | 0.6299999999999955 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-clust4 | edge:a1->b3#0/draw/op[1].b[5] | 0.9249999999999972 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-size | edge:1 BSD->2 BSD#0/draw/op[1].b[1] | 2.6100000000000136 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-clust4 | edge:a1->b3#0/draw/op[1].b[5] | 0.9249999999999972 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-ngk10_4 | [graph]/draw/op[2].P[3] | 18.600000000000023 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-unix2 | edge:1 BSD->2 BSD#0/draw/op[1].b[1] | 2.6100000000000136 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-unix2k | edge:1 BSD->2 BSD#0/draw/op[1].b[1] | 2.6100000000000136 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
linux.i386-hashtable | [graph]/draw/op[2].P[3] | 2.390000000000043 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-weight | edge:1 BSD->2 BSD#0/draw/op[1].b[1] | 2.6100000000000136 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-hashtable | [graph]/draw/op[2].P[3] | 2.390000000000043 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-hashtable | [graph]/draw/op[2].P[3] | 2.390000000000043 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-viewfile | edge:chkmalloc->malloc#0/draw/op[1].b[6] | 2.590000000000032 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-Petersen | [graph]/draw/op[2].P[3] | 3.0049999999999955 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-Petersen | [graph]/draw/op[2].P[3] | 3.0049999999999955 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
linux.x86-html2_dot | [graph]/draw/op[2].P[4] | 5.600000000000023 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
nshare-html2_dot | [graph]/draw/op[2].P[4] | 5.6299999999999955 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-pm2way | [graph]/draw/op[2].P[3] | 5.265000000000001 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-pm2way | [graph]/draw/op[2].P[3] | 5.234000000000002 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-pm2way | [graph]/draw/op[2].P[3] | 5.130000000000003 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-arrows | edge:Z->E#0/draw/op[1].b[ptCount] | 60.55000000000001 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-fsm | [graph]/draw/op[2].P[3] | 1.580000000000041 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2242 | edge:NE4->NF4#0/draw/op[2].b[4] | 16.000000000000057 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-fsm | [graph]/draw/op[2].P[3] | 1.580000000000041 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-arrowsize | edge:Z->E#0/draw/op[1].b[ptCount] | 61.14999999999998 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
1323 | [graph]/draw/op[2].P[3] | 738.07 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-b53 | edge:node_45->node_49#0/draw/op[1].b[6] | 16.25999999999999 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-newarrows | edge:Z->E#0/draw/op[1].b[ptCount] | 60.55000000000001 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-Heawood | edge:0->1#0/draw/op[1].b[0] | 1.3700000000000045 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-Heawood | edge:0->1#0/draw/op[1].b[0] | 1.3100000000000023 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
1453 | [graph]/draw/op[2].P[4] | 3.299999999999983 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
1436 | [graph]/draw/op[2].P[3] | 1260 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-pgram | [graph]/draw/op[2].P[3] | 720 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
linux.x86-pack_neato | [graph]/draw/op[2].P[3] | 4.060000000000002 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-NaN | [graph]/draw/op[2].P[3] | 151.81000000000006 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-b71 | edge:DMCA->Johansen#0/hdraw/op[3].P[0] | 0.6499999999999773 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
nshare-pack_neato | [graph]/draw/op[2].P[3] | 4.060000000000002 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
linux.x86-pack_neato1 | [graph]/draw/op[2].P[3] | 4.060000000000002 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
nshare-pack_neato1 | [graph]/draw/op[2].P[3] | 4.060000000000002 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
linux.x86-pack_neato2 | [graph]/draw/op[2].P[3] | 4.060000000000059 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
nshare-pack_neato2 | [graph]/draw/op[2].P[3] | 4.060000000000059 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-train11 | [graph]/draw/op[2].P[3] | 1.1299999999999955 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-train11 | [graph]/draw/op[2].P[3] | 1.1299999999999955 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2734 | [graph]/draw/op[2].P[3] | 1.579999999999984 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
linux.x86-ports_dot | [graph]/draw/op[2].P[4] | 2.2200000000000273 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
nshare-ports_dot | [graph]/draw/op[2].P[4] | 2.230000000000018 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-alf | [graph]/draw/op[2].P[3] | 1.5649999999999977 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-alf | [graph]/draw/op[2].P[3] | 1.5699999999999932 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2476 | [graph]/draw/op[2].P[3] | 9.879999999999995 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-mike | edge:C->Z#0/pos[1] | 1.3400000000000034 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-mike | edge:C->Z#0/pos[1] | 1.3400000000000034 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
linux.x86-record_dot | [graph]/draw/op[2].P[3] | 2.650000000000034 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
nshare-record_dot | [graph]/draw/op[2].P[3] | 2.6499999999999773 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2669 | edge:1316->1319#0/draw/op[1].b[1] | 16.27000000000001 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-viewfile | edge:chkmalloc->malloc#0/draw/op[1].b[6] | 2.590000000000032 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-viewfile | edge:chkmalloc->malloc#0/draw/op[1].b[6] | 2.590000000000032 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-ldbxtried | edge:n0->n2#1/draw/op[1].b[4] | 0.7699999999999818 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
1898 | edge:N18->N26#0/draw/op[2].b[0] | 17.00999999999999 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-shells | [graph]/draw/op[2].P[3] | 1.1300000000000239 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-crazy | [graph]/draw/op[2].P[3] | 25.120000000000005 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2095 | [graph]/draw/op[2].P[3] | 6.6299999999999955 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-shells | [graph]/draw/op[2].P[3] | 1.1299999999999955 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-proc3d | [graph]/draw/op[2].P[3] | 44.379999999999995 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-jsort | [graph]/draw/op[2].P[3] | 530.0400000000001 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-newarrows | edge:Z->E#0/draw/op[1].b[ptCount] | 60.72000000000003 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-unix | [graph]/draw/op[2].P[3] | 17.079999999999984 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-newarrows | edge:Z->E#0/draw/op[1].b[ptCount] | 60.72000000000003 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-unix | [graph]/draw/op[2].P[3] | 17.079999999999984 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2619_1 | [graph]/draw/op[2].P[4] | 1.4400000000000546 | A1 sfdp spring drift (diagnosed 2026-07-24): 6 nodes, positional drift 0.7-1.3pt — the documented chaotic-engine regime, mildly above the 0.5 bar on a small graph. Same class as the sfdp engine track's 232-id tail. |
1447 | [graph]/draw/op[2].P[3] | 6.3300000000000125 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
linux.x86-arrows_dot | edge:Z->E#0/draw/op[1].b[ptCount] | 60.55000000000001 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
macosx-arrows_dot | edge:Z->E#0/draw/op[1].b[ptCount] | 60.55000000000001 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-unix2 | edge:1 BSD->2 BSD#0/draw/op[1].b[1] | 2.6100000000000136 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-unix2k | edge:1 BSD->2 BSD#0/draw/op[1].b[1] | 2.6100000000000136 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-unix2 | edge:1 BSD->2 BSD#0/draw/op[1].b[1] | 2.6100000000000136 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
nshare-arrows_dot | edge:Z->E#0/draw/op[1].b[ptCount] | 60.55000000000001 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-awilliams | [graph]/draw/op[2].P[3] | 67.87000000000006 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-unix2k | edge:1 BSD->2 BSD#0/draw/op[1].b[1] | 2.6100000000000136 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-rowe | [graph]/draw/op[2].P[4] | 6.529999999999973 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-rowe | [graph]/draw/op[2].P[4] | 6.529999999999973 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-fig6 | [graph]/draw/op[2].P[4] | 19.860000000000014 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-fig6 | [graph]/draw/op[2].P[4] | 19.860000000000014 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-world | [graph]/draw/op[2].P[3] | 316.773 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-b57 | edge:node1->node20#0/draw/op[1].b[7] | 38.91999999999996 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-b15 | [graph]/draw/op[2].P[3] | 165.4000000000001 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-world | [graph]/draw/op[2].P[3] | 316.773 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-proc3d | [graph]/draw/op[2].P[3] | 15.040000000000191 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-b124 | [graph]/draw/op[2].P[3] | 54.200000000000045 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-crazy | [graph]/draw/op[2].P[3] | 30.049999999999955 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
linux.i386-crazy | [graph]/draw/op[2].P[3] | 30.07000000000005 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-crazy | [graph]/draw/op[2].P[3] | 30.470000000000027 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-pgram | [graph]/draw/op[2].P[3] | 240 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
nshare-overlap_neato | [graph]/draw/op[2].P[3] | 16.349999999999994 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-proc3d | [graph]/draw/op[2].P[3] | 15.100000000000136 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-pgram | [graph]/draw/op[2].P[3] | 780 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-ldbxtried | [graph]/draw/op[2].P[3] | 3.3100000000000023 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-ldbxtried | [graph]/draw/op[2].P[3] | 3.3400000000000034 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-ngk10_4 | [graph]/draw/op[2].P[3] | 18.600000000000023 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
42 | edge:0->3#0/draw[opCount] | 109.74499999999999 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-ngk10_4 | [graph]/draw/op[2].P[3] | 18.600000000000023 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
nshare-neatosplines_neato | edge:Almgren->vd#0/draw/op[1].b[ptCount] | 16.349999999999994 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
nshare-neatosplines_neato1 | edge:Almgren->vd#0/draw/op[1].b[ptCount] | 16.349999999999994 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
linux.x86-rankdir_dot1 | edge:2.8 BSD->2.9 BSD#0/draw/op[1].b[0] | 2.3099999999999454 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
nshare-rankdir_dot1 | edge:2.8 BSD->2.9 BSD#0/draw/op[1].b[0] | 2.3799999999999955 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
linux.x86-rankdir_dot | edge:2.8 BSD->2.9 BSD#0/draw/op[1].b[0] | 2.3099999999999454 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
nshare-rankdir_dot2 | edge:2.8 BSD->2.9 BSD#0/draw/op[1].b[0] | 2.3799999999999955 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
linux.x86-rankdir_dot2 | edge:2.8 BSD->2.9 BSD#0/draw/op[1].b[0] | 2.3099999999999454 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
nshare-rankdir_dot | edge:2.8 BSD->2.9 BSD#0/draw/op[1].b[0] | 2.3799999999999955 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-jsort | [graph]/draw/op[2].P[3] | 530.0400000000001 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
1332 | edge:c4051->c4237#0/draw/op[1].b[4] | 3.0800000000000125 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-jsort | [graph]/draw/op[2].P[3] | 530.0400000000001 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-NaN | [graph]/draw/op[2].P[3] | 151.81000000000006 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-NaN | [graph]/draw/op[2].P[3] | 151.81000000000006 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-b51 | [graph]/draw/op[2].P[3] | 77.40000000000009 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
1447_1 | [graph]/draw/op[2].P[3] | 150.12 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-mode | [graph]/draw/op[2].P[3] | 27.28 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-b124 | [graph]/draw/op[2].P[3] | 54.30000000000018 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-b124 | [graph]/draw/op[2].P[3] | 54.200000000000045 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-b51 | edge:blok_10->blok_7#0/draw/op[1].b[0] | 2.8700000000000045 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-b51 | edge:blok_10->blok_7#0/draw/op[1].b[0] | 7.879999999999981 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-b69 | [graph]/draw/op[2].P[3] | 2.57000000000005 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
1718 | [graph]/draw/op[2].P[3] | 37.860000000000014 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2239 | [graph]/draw/op[2].P[3] | 7.5 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-viewport | [graph]/draw/op[2].P[3] | 27.27000000000001 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-b106 | [graph]/draw/op[2].P[3] | 1179.8700000000001 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-b143 | [graph]/draw/op[2].P[3] | 86 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-b29 | [graph]/draw/op[2].P[3] | 256.6 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
linux.i386-b106 | [graph]/draw/op[2].P[3] | 1178.8200000000002 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-b106 | [graph]/draw/op[2].P[3] | 1178.17 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2620 | [graph]/draw/op[2].P[3] | 745.6000000000001 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-b106 | [graph]/draw/op[2].P[3] | 1099.33 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2343 | [graph]/draw/op[2].P[3] | 477.55 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
linux.i386-b29 | [graph]/draw/op[2].P[3] | 266.39 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-b102 | [graph]/draw/op[2].P[3] | 380.79 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-xx | [graph]/draw/op[2].P[3] | 488.61 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-b29 | [graph]/draw/op[2].P[3] | 266.7900000000001 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-badvoro | [graph]/draw/op[2].P[3] | 1332.04 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-b29 | [graph]/draw/op[2].P[3] | 256.99 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
linux.i386-b102 | [graph]/draw/op[2].P[3] | 381.34 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-b102 | [graph]/draw/op[2].P[3] | 381.78000000000003 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-b102 | [graph]/draw/op[2].P[3] | 383.73 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-root | [graph]/draw/op[2].P[4] | 51.120000000000005 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
1879 | [graph]/draw/op[2].P[3] | 7596.32 | A1 sfdp chaotic drift (2026-07-24): whole-layout basin divergence on a huge graph (maxDelta 7.6kpt), the documented sfdp spring chaos regime — same class as fdp 1879 (chaos proven by perturbation A/B on the fdp family; sfdp is the measured chaotic engine). |
2095_1 | [graph]/draw/op[2].P[3] | 3068.05 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
linux.x86-root_twopi | [graph]/draw/op[2].P[3] | 134.95000000000002 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2470 | [graph]/draw/op[2].P[3] | 8183.1 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
nshare-root_twopi | [graph]/draw/op[2].P[3] | 135.07000000000002 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
nshare-root_circo | [graph]/draw/op[2].P[3] | 135.07000000000002 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
linux.x86-root_circo | [graph]/draw/op[2].P[3] | 134.95000000000002 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-b103 | [graph]/draw/op[2].P[3] | 70.09000000000003 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
1652 | [graph]/draw/op[2].P[3] | 114.75 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2475_2 | [graph]/draw/op[2].P[3] | 14336.44 | layout drift inherited from the sfdp xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-tree | edge:node2->node8#0/draw/op[1].b[5] | 24.8 | layout drift inherited from the circo xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
241_0 | edge:1->2#0/draw/op[1].b[1] | 118.24000000000001 | layout drift inherited from the circo xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2475_2 | edge:590_174423->590_174412#0/draw/op[1].b[0] | 300 | layout drift inherited from the circo xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2095_1 | edge:1083->1084#0/draw/op[1].b[0] | 66.11999999999898 | A1 irreducible (proven by injection A/B 2026-07-24): circo getRotation's closest-node selection (circpos.c:79-91) is an exact-tie knife edge for this graph's three copies of a symmetric 5-node block — the cut vertex and its mirror node are equidistant from the rotated origin in real arithmetic. V8's trig chain yields an exact FP tie (both 1.9333108975227196) so strict < keeps the neighbor (rot=0); Apple libm gives the neighbor +1 ULP so the mirror wins (rot 0.15/0.09/0.03 rad), rigidly rotating 3 blocks / 55 nodes by up to 5.2deg / 66pt. Injecting libm's ~2-ULP y asymmetry into just the 3 cut vertices makes the port match the oracle EXACTLY (2197 diffs -> 0 at 0.01): every port stage downstream is exonerated. Same class as the twopi 1855 radial mirror. |
241_0 | edge:1->6#0/draw/op[1].b[ptCount] | 0.06999999999999318 | layout drift inherited from the twopi xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
1855 | edge:10->1#0/draw/op[1].b[0] | 7.8700000000000045 | layout drift inherited from the twopi xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-arrows | edge:Z->I#0/draw/op[1].b[ptCount] | 42.50999999999999 | layout drift inherited from the twopi xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-arrowsize | edge:i->Z#0/draw/op[1].b[0] | 121.10000000000002 | layout drift inherited from the twopi xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-newarrows | edge:Z->I#0/draw/op[1].b[ptCount] | 45.14000000000004 | layout drift inherited from the twopi xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-newarrows | edge:Z->I#0/draw/op[1].b[ptCount] | 42.50999999999999 | layout drift inherited from the twopi xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
linux.x86-arrows_dot | edge:Z->I#0/draw/op[1].b[ptCount] | 42.50999999999999 | layout drift inherited from the twopi xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-newarrows | edge:i->Z#0/draw/op[1].b[0] | 131.27 | layout drift inherited from the twopi xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
macosx-arrows_dot | edge:Z->I#0/draw/op[1].b[ptCount] | 42.50999999999999 | layout drift inherited from the twopi xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
nshare-arrows_dot | edge:Z->I#0/draw/op[1].b[ptCount] | 42.50999999999999 | layout drift inherited from the twopi xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2239 | edge:srtpdec1_0x5641244e6b50_rtcp_src_0x7f06a000ebd0->_proxypad10_0x5641244e58c0#0/ldraw/op[2].T[1] | 10.800000000000011 | layout drift inherited from the twopi xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-b29 | edge:Node14732->Node14731#0/ldraw/op[2].T[1] | 12 | layout drift inherited from the twopi xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
linux.i386-b29 | edge:Node14732->Node14731#0/ldraw/op[2].T[1] | 12 | layout drift inherited from the twopi xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2470 | edge:n13->n12#0/ldraw/op[2].T[0] | 77.80000000000018 | layout drift inherited from the twopi xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
2721 | [parse]/oracle | 0 | oracle bug (A4): native -Kosage -Tjson emits bare inf/nan tokens (invalid JSON) for degenerate cluster draw coordinates; the document is unparseable so no comparison is possible. Port emits finite, valid JSON. Journal 2026-07-24. |
1221 | [parse]/oracle | 0 | oracle bug (A4): native -Kosage -Tjson emits bare inf/nan tokens (invalid JSON) for degenerate cluster draw coordinates; the document is unparseable so no comparison is possible. Port emits finite, valid JSON. Journal 2026-07-24. |
share-polypoly | node:9002/draw/op[1].p[0] | 391.00000000000006 | layout drift inherited from the osage xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
windows-polypoly | node:9002/draw/op[1].p[0] | 393.00000000000006 | layout drift inherited from the osage xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
graphs-polypoly | node:9000/draw/op[1].p[0] | 2909.02 | layout drift inherited from the osage xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
1855 | edge:16->1#0/draw/op[1].b[0] | 62.629999999999995 | layout drift inherited from the osage xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
1332 | [parse]/oracle | 0 | oracle bug (A4): native -Kosage -Tjson emits bare inf/nan tokens (invalid JSON) for degenerate cluster draw coordinates; the document is unparseable so no comparison is possible. Port emits finite, valid JSON. Journal 2026-07-24. |
linux.i386-b29 | edge:Node14663->Node14649#0/ldraw/op[2].T[0] | 37.22000000000003 | layout drift inherited from the osage xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
share-b29 | edge:Node14663->Node14649#0/ldraw/op[2].T[0] | 37.22000000000003 | layout drift inherited from the osage xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
1652 | edge:Op_1091->Op_1092#0/ldraw/op[2].T[0] | 65.40000000000009 | layout drift inherited from the osage xdot engine track: id diverged there with the documented accepted mechanism (iterative drift / engine tail classes, engine registry + decision journal); json re-emits the same layout. Journal 2026-07-24. |
port-error (0)
| id | path | message |
|---|
timeout (0)
| id | path | message |
|---|
oracle-error (0) — excluded from scoring
| id | path | message |
|---|