nadavrot / layout

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

adds fill=context-stroke to SVG markers #29

Closed holtjma closed 3 weeks ago

holtjma commented 3 weeks ago

This PR is a minor change to address #28. It adds an indicator to the SVG arrow ends to match the color of the given line where the option is supported.

Here is an example of the arrow before the change: Screenshot 2024-06-14 at 12 29 04 PM

And the same example after the change: Screenshot 2024-06-14 at 12 30 54 PM

nadavrot commented 3 weeks ago

Thank you for working on this. Merged.