From 99d3880993e4133e5eb932f23355c346b4523092 Mon Sep 17 00:00:00 2001 From: erg Date: Tue, 20 Mar 2007 20:54:27 +0000 Subject: [PATCH] Add two new renderers. They are the same as cmapx and imap except they only use rectangles. --- plugin/core/gvrender_core_map.c | 2 ++ 1 file changed, 2 insertions(+) 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} }; -- 2.50.1