#include "config.h"
#endif
+#include <stdlib.h>
#include <stddef.h>
#include <string.h>
#include <fcntl.h>
#include "color.h"
#include "types.h"
-#include "globals.h"
-
-#include "graph.h"
#include "gvplugin_render.h"
/* fontsize at which text is rendered by a simple line */
#define FONTSIZE_TOO_SMALL 1.5
-static Dict_t *ImageDict;
-
/* from Glassner's Graphics Gems */
#define W_DEGREE 5
#endif
break;
}
- if (ImageDict) {
- dtclose(ImageDict);
- ImageDict = 0;
- }
gdImageDestroy(im);
#ifdef MYTRACE
fprintf(stderr, "gdgen_end_graph (to file)\n");