glejeune/Ruby-Graphviz

Strict only applies to Digraphs

Opened this issue · 0 comments

Is it intended that the strict option only applies to Digraphs? See

xStict = ((@strict && @oGraphType == "digraph") ? "strict " : "")
.

The docs at https://graphviz.org/doc/info/lang.html seem to suggest that strict graph is also valid.