]> granicus.if.org Git - graphviz/commitdiff
add fontclolor to _ldraw in -Txdot
authorellson <devnull@localhost>
Wed, 6 Sep 2006 11:58:04 +0000 (11:58 +0000)
committerellson <devnull@localhost>
Wed, 6 Sep 2006 11:58:04 +0000 (11:58 +0000)
  fixes bug#1014

plugin/core/gvrender_core_dot.c

index c36930a04963faec4ca0ae0c72ad6746544034cf..ed9c66e9694d91b4ff6a6a3ba088484c2a51384e 100644 (file)
@@ -184,6 +184,7 @@ static void xdot_textpara(GVJ_t * job, pointf p, textpara_t * para)
     sprintf(buf, "F %f ", para->fontsize);
     agxbput(xbufs[emit_state], buf);
     xdot_str (job, "", para->fontname);
+    xdot_pencolor(job);
 
     switch (para->just) {
     case 'l':