diff options
-rw-r--r-- | src/scaling-report.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scaling-report.c b/src/scaling-report.c index 805a131d..a1d1fbd3 100644 --- a/src/scaling-report.c +++ b/src/scaling-report.c @@ -266,6 +266,7 @@ static void partiality_graph(cairo_t *cr, const struct image *images, int n, if ( counts[i] == 0 ) continue; cairo_line_to(cr, g_width*pos, g_height - g_height*(totals[i]/counts[i])); + } cairo_set_source_rgb(cr, 0.0, 0.0, 0.0); cairo_stroke(cr); |