]> granicus.if.org Git - graphviz/commitdiff
Add two new renderers. They are the same as cmapx and imap except they
authorerg <devnull@localhost>
Tue, 20 Mar 2007 20:54:27 +0000 (20:54 +0000)
committererg <devnull@localhost>
Tue, 20 Mar 2007 20:54:27 +0000 (20:54 +0000)
only use rectangles.

plugin/core/gvrender_core_map.c

index 3653d9f3e3e4e91f7a32594e79440f13c8142d54..735ead016ce4fa061042a7c4335c81aed77e5402 100644 (file)
@@ -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}
 };