Skip to content

Commit

Permalink
remove considerModelOrder on parents
Browse files Browse the repository at this point in the history
  • Loading branch information
alixander committed Sep 8, 2024
1 parent a6848e1 commit cc3ea7c
Show file tree
Hide file tree
Showing 25 changed files with 2,520 additions and 2,521 deletions.
1 change: 0 additions & 1 deletion d2layouts/d2elklayout/layout.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ func Layout(ctx context.Context, g *d2graph.Graph, opts *ConfigurableOpts) (err
HierarchyHandling: "INCLUDE_CHILDREN",
FixedAlignment: "BALANCED",
EdgeNode: edge_node_spacing,
ConsiderModelOrder: "NODES_AND_EDGES",
CycleBreakingStrategy: "GREEDY_MODEL_ORDER",
NodeSizeConstraints: "MINIMUM_SIZE",
ContentAlignment: "H_CENTER V_CENTER",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

176 changes: 88 additions & 88 deletions e2etests/testdata/regression/dagre_broken_arrowhead/elk/sketch.exp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 21 additions & 13 deletions e2etests/testdata/regression/elk_order/elk/board.exp.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

586 changes: 293 additions & 293 deletions e2etests/testdata/regression/elk_order/elk/sketch.exp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 16 additions & 16 deletions e2etests/testdata/regression/glob_dimensions/elk/board.exp.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cc3ea7c

Please sign in to comment.