nadavrot / layout

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

Hyperlinks #27

Open tirix opened 1 month ago

tirix commented 1 month 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 1 month ago

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