From 1ad0d77537243514a6978e7aed8e200ef9d6cc32 Mon Sep 17 00:00:00 2001 From: Chuan Chen Date: Wed, 16 Aug 2017 14:11:12 -0400 Subject: [PATCH] Remote changes at Wed Aug 16 14:11:12 EDT 2017 by chuan on vivaldi --- graphics/grTCairo3.c | 1 + 1 file changed, 1 insertion(+) diff --git a/graphics/grTCairo3.c b/graphics/grTCairo3.c index d03f8d1e..729cf195 100644 --- a/graphics/grTCairo3.c +++ b/graphics/grTCairo3.c @@ -625,6 +625,7 @@ int pixsize; if (pixsize < 5) return; /* Label too small to be useful */ + //should we be using cairo_show_glyphs?? for (ccur = clist; ccur != NULL; ccur = ccur->fc_next) { tp = ccur->fc_points; np = ccur->fc_numpoints;