You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -315,7 +319,7 @@ The `--detailed` flag (node-link only) displays **all** meta keys in the node la
315
319
3.**Layer** — Assign each package to a row based on its depth
316
320
4.**Order** — Minimize edge crossings using branch-and-bound with PQ-tree pruning
317
321
5.**Layout** — Compute block widths proportional to downstream dependents
318
-
6.**Render** — Generate clean SVG output
322
+
6.**Render** — Generate output in SVG, JSON, PDF, or PNG format
319
323
320
324
The ordering step is where the magic happens. Stacktower uses an optimal search algorithm that guarantees minimum crossings for small-to-medium graphs. For larger graphs, it gracefully falls back after a configurable timeout.
0 commit comments