From: ellson Date: Fri, 25 Apr 2008 20:28:25 +0000 (+0000) Subject: use "COLOR_STRING" and "-smooth bezier" X-Git-Tag: LAST_LIBGRAPH~32^2~4181 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e750276805dd805741e01af565deff0cb0d5db1;p=graphviz use "COLOR_STRING" and "-smooth bezier" --- diff --git a/plugin/core/gvrender_core_tk.c b/plugin/core/gvrender_core_tk.c index b55a84741..d14e3952d 100644 --- a/plugin/core/gvrender_core_tk.c +++ b/plugin/core/gvrender_core_tk.c @@ -233,7 +233,7 @@ tkgen_bezier(GVJ_t * job, pointf * A, int n, int arrow_at_start, tkgen_print_color(job, obj->pencolor); gvdevice_fputs(job, " -width "); gvdevice_printnum(job, obj->penwidth); - gvdevice_fputs(job, " -smooth true"); + gvdevice_fputs(job, " -smooth bezier"); gvdevice_fputs(job, " -state disabled"); tkgen_print_tags(job, NOHIGHLIGHT); gvdevice_fputs(job, "\n"); @@ -308,7 +308,7 @@ gvrender_features_t render_features_tk = { 4., /* default pad - graph units */ NULL, /* knowncolors */ 0, /* sizeof knowncolors */ - RGBA_BYTE, /* color_type */ + COLOR_STRING, /* color_type */ }; gvdevice_features_t device_features_tk = {