Number: 13
Title: Mismatch in %%BeginResoure/%%EndResource
Submitter: Bernhard Nowara
Date: Fri May 4 06:39:26 2001
Subsys: Dot
Version: 1.7
System: x86-Other-NT4.0
Severity: minor
Problem:
The postscript file generated by dot.exe contains a comment mismatch for %%BeginResource/%%EndResource in line 134 and line 151.

GhostView 3.6 comes up with an error messagebox if I try to load the postscript file generated by dot.exe

---.ps fragment--- %%BeginSetup

-- schnipp--

%%EndResource %%EndSetup
Input:

digraph display_switches {
node [fontname=Helvetica];ratio=auto;rankdir=LR;size ="7.5,7.5";"display_switches.c" [shape=box];
 node [fontcolor=navy,color=beige,style=filled];node [color=lightgrey];
"display_switches.c" -> "prepc.h" [color=coral,label="not found"];
node [shape=ellipse];
 node [fontcolor=black,color=ivory,style=filled];node [color=lightgrey];
"display_switches.c" -> "display_switches.h" [color=coral,label="not found"];
node [shape=ellipse];
 node [fontcolor=black,color=ivory,style=filled];node [color=lightgrey];
"display_switches.c" -> "common_defs.h" [color=coral,label="not found"];
node [shape=ellipse];
}
Input file: b13.dot
Output file: b13.ps
Owner: john
Status: Fixed