mstefaniuk / graphviz.it

Graphviz fiddling website
http://graphviz.it
GNU Lesser General Public License v3.0
111 stars 12 forks source link

Gradient Issue #23

Open caseywatts opened 5 years ago

caseywatts commented 5 years ago

I just noticed gradients don't work on graphviz.it right now.

Here's an example:

digraph G {
  "This Would Have A Gradient" [style="filled", fillcolor="#AC8ECE:#79589F"]
}

What I see: diagram 92

What I expect to see: download 2

The same example is working on http://graphvizrepl.com (which doesn't do any svg magic, it just feeds the code into graphviz directly).