diff -r d496d1d5a5e7 -r 358526a620f8 src/demo/graph_to_eps_demo.cc --- a/src/demo/graph_to_eps_demo.cc Tue Jan 18 12:23:09 2005 +0000 +++ b/src/demo/graph_to_eps_demo.cc Wed Jan 19 12:17:11 2005 +0000 @@ -72,10 +72,10 @@ ListGraph::EdgeMap widths(g); coords[n1]=Xy(50,50); sizes[n1]=1; colors[n1]=1; shapes[n1]=0; - coords[n2]=Xy(50,70); sizes[n2]=2; colors[n2]=2; shapes[n2]=0; + coords[n2]=Xy(50,70); sizes[n2]=2; colors[n2]=2; shapes[n2]=2; coords[n3]=Xy(70,70); sizes[n3]=1; colors[n3]=3; shapes[n3]=0; coords[n4]=Xy(70,50); sizes[n4]=2; colors[n4]=4; shapes[n4]=1; - coords[n5]=Xy(85,60); sizes[n5]=3; colors[n5]=5; shapes[n5]=0; + coords[n5]=Xy(85,60); sizes[n5]=3; colors[n5]=5; shapes[n5]=2; Edge e;