nadavrot / layout

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

Fix rgba color parsing #33

Closed epsilon-phase closed 1 month ago

epsilon-phase commented 1 month ago

Handles parsing hex codes with a specified alpha properly, this addresses #32

nadavrot commented 1 month ago

Thank you @epsilon-phase