DCS warning at line 134 %%EndProlog
%%BeginResource: / %%EndResource The number of Begin and End comments do not match.
and later
DCS warning at line 151 %%EndSetup
%%BeginResource: / %%EndResource The number of Begin and End comments do not match.
One can also observe that the box-top-line left point is higher than the right one. I guessed that when reporting the "gif cut top line"
The output was produced this way
dot -Tps a.dot -o a.ps
The content of the a.dot follows
Input:
Output file: b28.ps
digraph inheritance
{
rankdir=LR;
Node145 [shape="box",label="CDirectorManagerImpl",
fontsize=10,height=0.23];
}
Comments:
Thanks,
Petr
P.S. I am reporting only the second bug here but I really like
your bugform.html.
Fix:
I think I've fixed the problem with %%EndResouce being in the
wrong place. The various %%Begin/%%Ends were not properly
nested in dotneato/common/ps.txt, which I've changed, but
The gs version 5.50 that I'm using doesn't report problems either
way.
Owner: ellson
Status: Fixed