From: erg Date: Tue, 20 Mar 2007 20:54:27 +0000 (+0000) Subject: Add two new renderers. They are the same as cmapx and imap except they X-Git-Tag: LAST_LIBGRAPH~32^2~5617 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99d3880993e4133e5eb932f23355c346b4523092;p=graphviz Add two new renderers. They are the same as cmapx and imap except they only use rectangles. --- diff --git a/plugin/core/gvrender_core_map.c b/plugin/core/gvrender_core_map.c index 3653d9f3e..735ead016 100644 --- a/plugin/core/gvrender_core_map.c +++ b/plugin/core/gvrender_core_map.c @@ -329,5 +329,7 @@ gvplugin_installed_t gvrender_core_map_types[] = { {FORMAT_CMAP, "cmap", 1, &map_engine, &map_features}, {FORMAT_IMAP, "imap", 1, &map_engine, &map_features}, {FORMAT_CMAPX, "cmapx", 1, &map_engine, &map_features}, + {FORMAT_IMAP, "imap_np", 1, &map_engine, &map_features_nopoly}, + {FORMAT_CMAPX, "cmapx_np", 1, &map_engine, &map_features_nopoly}, {0, NULL, 0, NULL, NULL} };