gonum.org/v1/gonum@v0.15.1-0.20240517103525-f853624cb1bb/graph/formats/dot/internal/testdata/attr_sep.dot (about)

     1  digraph {
     2  	A [style=filled, fillcolor=red; color=blue]
     3  }