Number: 92 Title: pic fillval syntax error Submitter: Bob Lied Date: Tue Feb 26 10:53:19 2002 Subsys: Dot Version: 1.8.0 System: Sparc-Solaris-5.8 Severity: major Problem:
The generated pic output (yes, some people still use pic)
has a syntax error whenever it uses setfillval.
The output says
setfillval <0.000000
and pic (both GNU and DWB) choke on the '<'
Input:
any example from the distribution
graphs/directed/fsm.dot
Fix:
There is an extra '<' character being generated. The problem is in
picgen.c, pic_set_color(), where the fprintf statement has
the extra character.
Owner: ellson Status: Fixed (26 Feb 2002)