nadavrot / layout

Layout is a rust library and a tool that renders Graphviz dot files.
MIT License
656 stars 39 forks source link

Hyperlinks #27

Closed tirix closed 3 weeks ago

tirix commented 6 months ago

This adds hyperlinks to graph generation. The URL property of the graphs is parsed and stored, and rendered as an additional <a> SVG element. This is visible in the rendering of the 3.dot and hyperlink.dot examples.

nadavrot commented 6 months ago

This PR has conflicts with the recent changes that landed. Please rebase and format. Overall the change looks pretty good.