Number: 107
Title: use of splines generate "***ERROR*** trying to delete a non line"
Submitter: Thomas Lewiner
Date: Thu Mar 7 10:58:36 2002
Subsys: Neato
Version: 1.7.7
System: x86-Other-Win98
Severity: minor
Problem:
using neato with the following graph description raises the following error: "***ERROR*** trying to delete a non line"

When the attribute "spline = true;" is removed, the graphs compiles normally.
Input:

 graph %s {
   graph [label="%s"];
   orientation="landscape";
   center=true;
   maxiter=10000;
   overlap=false;
// splines=true;
   size="16,10";
   ratio=fill;
   node  [shape=circle,color=dodgerblue];
   edge  [style=bold,len=2.0];
Comments:
[erg] This bug has probably been fixed (similar symptoms arose during the debugging of bug 109) but there is no input to test it against and the user no longer has the file. He will report if the problem arises again.
Owner: erg
Status: Inactive (25 April 2002)