static char* epilog2 =
"showpage\n\
%%%%Trailer\n\
-%%%%BoundingBox: %d %d %d %d\n";
+%%%%BoundingBox: %.f %.f %.f %.f\n";
static point
coordOf (cell* cp, snode* np)
static DEBUG_FN void emitGraph(FILE *fp, maze *mp, size_t n_edges,
route *route_list, epair_t es[]) {
boxf bb, absbb;
- box bbox;
absbb.LL.x = absbb.LL.y = MAXDOUBLE;
absbb.UR.x = absbb.UR.y = -MAXDOUBLE;
absbb.UR.y = MAX(absbb.UR.y, bb.UR.y);
}
+ boxf bbox;
bbox.LL.x = absbb.LL.x + TRANS;
bbox.LL.y = absbb.LL.y + TRANS;
bbox.UR.x = absbb.UR.x + TRANS;