From 906263a5025bab0f36c04d3aa57f85ea88c4fe93 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 11 Feb 2006 02:48:51 +0000 Subject: [PATCH] Outline the slices --- graph_pie.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graph_pie.php b/graph_pie.php index df4b410..b8f4a20 100644 --- a/graph_pie.php +++ b/graph_pie.php @@ -148,7 +148,7 @@ class Graph_Pie { $deg = (360 / 100) * $plot[1]; imagefilledarc($this->image, $center['x'], $center['y'], $diameter, $diameter, $lastdeg, $deg + $lastdeg, $plot[2], IMG_ARC_PIE); - //imagefilledarc($this->image, $center['x'], $center['y'], $diameter, $diameter, $lastdeg, $deg + $lastdeg, $colours['black'], IMG_ARC_EDGED | IMG_ARC_NOFILL); + imagefilledarc($this->image, $center['x'], $center['y'], $diameter, $diameter, $lastdeg, $deg + $lastdeg, $colours['black'], IMG_ARC_EDGED | IMG_ARC_NOFILL); $lastdeg += $deg; if ($this->legend) -- 2.22.5