From: ellson Date: Thu, 1 Nov 2007 14:43:35 +0000 (+0000) Subject: disable pango xshow generation as it seems to make -Tps worse X-Git-Tag: LAST_LIBGRAPH~32^2~5106 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=50117a84a11befe82500af24093588cac2e71e4d;p=graphviz disable pango xshow generation as it seems to make -Tps worse --- diff --git a/plugin/pango/gvtextlayout_pango.c b/plugin/pango/gvtextlayout_pango.c index 137c6688f..a3047917b 100644 --- a/plugin/pango/gvtextlayout_pango.c +++ b/plugin/pango/gvtextlayout_pango.c @@ -46,7 +46,7 @@ static boolean pango_textlayout(textpara_t * para, char **fontpath) PangoLayout *layout; PangoRectangle logical_rect; PangoLayoutIter* iter; -#define ENABLE_PANGO_XSHOW +/* #define ENABLE_PANGO_XSHOW */ #ifdef ENABLE_PANGO_XSHOW PangoRectangle char_rect; int xshow_alloc, xshow_pos;