Number: 1289
Title: Dashed and dotted not working in dotty on windows
Submitter: Janusz J. Mlodzianowski
Date: Tue Feb 12 15:58:28 2008
Subsys: Dotty/Lneato/Lefty
Version: 2.17
System: x86-Windows-
Severity: minor
Problem:
Dotty on Windows does not appear to handle style=dashed or style=dotted
Input:
digraph outlines{
 node0[shape="box"];

 subgraph clusterA{
  label="solid outline";
  style=solid;
  node1[shape="box"];
 }

 subgraph clusterB{
  label="dotted outline";
  style=dotted;
  node2[shape="box"];
 }

 node0->node1->node2;
}
Owner: ek
Status: Fixed (12 Feb 2008)