graphviz
graphviz copied to clipboard
lightgreen fill of a node will resolve as a black RGB values
seems to be a bug in converting some color names into RGB values. lightgreen for instance.
dot`digraph { rankdir = RL; x [style=filled, color=lightgreen] ; x -> y -> z; }`
not a problem with the actual Graphviz library but this port. :(
For what it’s worth, this isn’t reproducible in Framework, which automatically uses the latest version of @viz-js/viz.
Turns out it one of chstgpts goto colours when it generates diagrams which is how i stumbled onto this!