]> granicus.if.org Git - graphviz/commitdiff
apply patch from #2333, increment XDOTVERSION to 1.5
authorJohn Ellson <ellson@research.att.com>
Thu, 5 Sep 2013 14:16:37 +0000 (10:16 -0400)
committerJohn Ellson <ellson@research.att.com>
Thu, 5 Sep 2013 14:16:37 +0000 (10:16 -0400)
plugin/core/gvrender_core_dot.c

index f852ee5b6d6439ee3d868ed38242e42ca01a512b..6a712f90ba3bc29fc2a27f5dd164e489bddedabd 100644 (file)
@@ -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);