Number: 148 Title: Dotty ignores color commands? Submitter: Nick Savoiu Date: Thu May 16 04:25:52 2002 Subsys: Dotty/Lneato/Lefty Version: 1.8.4 System: x86-Other-WinXP Pro Severity: minor Problem:
I tried this using the new "bgcolor" graph property and expected to see
a graph with a black background. Yet it's still white.
Input:
digraph test
{
bgcolor = black;
color = white;
fillcolor = black;
fontcolor = white;
node1 -> node2;
}
Comments:
[erg] Note that if dotty supported background color, the above
graph would appear entirely black.
Owner: ek Status: Fixed (7 April 2005)