-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
If topics are named a certain way, or are nested, it seems to cause multiple arrows between requirements.
A possible solution to this (though maybe not the most appropriate), is to tell graphviz not to allow multiple edges by changing the lines:
Line 55 in 5c54b45
| "digraph reqdeps {\nrankdir=BT;\nmclimit=10.0;\n" |
Line 61 in 5c54b45
| "digraph reqdeps {\nrankdir=BT;\nmclimit=10.0;\n" |
from
digraph to strict digraph.
See section Lexical and Semantic Notes of https://www.graphviz.org/doc/info/lang.html
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels