diagrams / diagrams-graphviz

Graph layout and drawing with GraphViz and diagrams
BSD 3-Clause "New" or "Revised" License
9 stars 4 forks source link

refactor: drawGraph' takes an extra GraphLayering flag #6

Closed byorgey closed 6 years ago

byorgey commented 6 years ago

See the discussion at #5.

@GregorySchwartz , what do you think of this?

GregorySchwartz commented 6 years ago

Looks good, I just exported GraphLayering so we can set drawGraph' outside of the module and I made the cases match the names (so EdgesOnTop draws edges on top).

byorgey commented 6 years ago

Oh, good catches, thanks!