make all unnecessary edges dotted
There were a couple missing
This commit is contained in:
parent
682440766f
commit
b6c409613e
|
@ -216,7 +216,7 @@ digraph replacement {
|
||||||
a_d [label="A destroy"];
|
a_d [label="A destroy"];
|
||||||
}
|
}
|
||||||
|
|
||||||
a -> a_d [dir=back];
|
a -> a_d [dir=back, style=dotted];
|
||||||
b -> a_d [dir=back];
|
b -> a_d [dir=back];
|
||||||
}
|
}
|
||||||
-->
|
-->
|
||||||
|
@ -317,7 +317,7 @@ digraph replacement {
|
||||||
}
|
}
|
||||||
|
|
||||||
a -> a_d [dir=back];
|
a -> a_d [dir=back];
|
||||||
b -> a_d [dir=back];
|
b -> a_d [dir=back, style=dotted];
|
||||||
b -> b_d [dir=back];
|
b -> b_d [dir=back];
|
||||||
}
|
}
|
||||||
-->
|
-->
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Binary file not shown.
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Loading…
Reference in New Issue