glejeune / Ruby-Graphviz

[MIRROR] Ruby interface to the GraphViz graphing tool
https://gitlab.com/glejeune/ruby-graphviz
Other
608 stars 116 forks source link

Strict only applies to Digraphs #156

Open etherealmachine opened 9 months ago

etherealmachine commented 9 months ago

Is it intended that the strict option only applies to Digraphs? See https://github.com/glejeune/Ruby-Graphviz/blob/c3be805fc5e62ea1326eb9bb3708a807d1178525/lib/graphviz.rb#L522.

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