Skip to content

Commit

Permalink
make vaffine_from edges not distort placing of vertices
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Jan 28, 2024
1 parent a457069 commit 8da6c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Basic/Core/Core.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2367,7 +2367,7 @@ sub pdumpgraphvizify {
if (my $from = $g->get_vertex_attribute($v, 'vaffine_from')) {
$g->set_edge_attribute_by_id(
$v, $from, 'vaffine_from',
graphviz => { style => 'dashed' },
graphviz => { style => 'dashed', constraint => 'false' },
);
}
my @blocks;
Expand Down

0 comments on commit 8da6c2f

Please sign in to comment.