The problem shows up at the ps2pdf stage,
and I'm wondering if there is something
in the DOT postscript breaking things.
Input:
Comments:
Graph G {
A -- { B }
}
This is a bit of show-stopper for me,
I'll be converting my DOT output to
bitmaps until some alternative is available.
[Emden] The problem is that the resulting PDF file is clipped to the
size of the graph drawing. Any input will do.
Fix:
The problem is related to the line
[ /CropBox [llx lly urx ury] /PAGES pdfmark
where llx lly urx ury are the coordinates of the graph bounding box.
Removing or commenting out the line provides a workaround.