From c487e97ca31ff9d86e7779bf7520a700a84544e4 Mon Sep 17 00:00:00 2001 From: ellson Date: Wed, 6 Sep 2006 11:58:04 +0000 Subject: [PATCH] add fontclolor to _ldraw in -Txdot fixes bug#1014 --- plugin/core/gvrender_core_dot.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/core/gvrender_core_dot.c b/plugin/core/gvrender_core_dot.c index c36930a04..ed9c66e96 100644 --- a/plugin/core/gvrender_core_dot.c +++ b/plugin/core/gvrender_core_dot.c @@ -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': -- 2.50.1