From 5059989a0e35c3423da5b870480748569c61fb4a Mon Sep 17 00:00:00 2001 From: John Ellson Date: Thu, 5 Sep 2013 10:16:37 -0400 Subject: [PATCH] apply patch from #2333, increment XDOTVERSION to 1.5 --- plugin/core/gvrender_core_dot.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.40.0