From: John Ellson Date: Thu, 5 Sep 2013 14:16:37 +0000 (-0400) Subject: apply patch from #2333, increment XDOTVERSION to 1.5 X-Git-Tag: LAST_LIBGRAPH~32^2~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5059989a0e35c3423da5b870480748569c61fb4a;p=graphviz apply patch from #2333, increment XDOTVERSION to 1.5 --- diff --git a/plugin/core/gvrender_core_dot.c b/plugin/core/gvrender_core_dot.c index f852ee5b6..6a712f90b 100644 --- a/plugin/core/gvrender_core_dot.c +++ b/plugin/core/gvrender_core_dot.c @@ -55,7 +55,7 @@ typedef enum { // #pragma comment( lib, "ingraphs.lib" ) #endif -#define XDOTVERSION "1.4" +#define XDOTVERSION "1.5" #define NUMXBUFS (EMIT_HLABEL+1) /* There are as many xbufs as there are values of emit_state_t. @@ -596,6 +596,7 @@ static void xdot_textpara(GVJ_t * job, pointf p, textpara_t * para) j = 0; break; } + p.y += para->yoffset_centerline; agxbput(xbufs[emit_state], "T "); xdot_point(xbufs[emit_state], p); sprintf(buf, "%d ", j);