static gvplugin_api_t apis[] = {
// {API_render, &gvrender_core_ps_types},
{API_render, &gvrender_core_svg_types},
- {(api_t)0, NULL},
+ {(api_t)0, 0},
};
gvplugin_library_t gvplugin_core_LTX_library = { "core", apis };
#include "config.h"
#endif
-#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
-#include <math.h>
#include <assert.h>
#ifdef HAVE_LIBZ
#undef HAVE_LIBGD
-#include "textpara.h"
#include "gvplugin_render.h"
#include "gv_ps.h"
#include "const.h"
static void
psgen_begin_edge(GVJ_t * job)
- char *headname, long id)
{
#if 0
/* Embed information for Distiller, so it can generate hyperactive PDF */
#endif
}
-static void
-psgen_begin_anchor(GVJ_t * job, char *href, char *tooltip, char *target)
+static void psgen_begin_anchor(GVJ_t * job, char *href, char *tooltip, char *target)
{
+#if 0
+ if (href && href[0])
+ fprintf(job->output_file, "[ {Catalog} << /URI << /Base (%s) >> >>\n"
+ "/PUT pdfmark\n", href);
+#endif
}
static void psgen_end_anchor(GVJ_t * job)