--- Image_Graph-0.7.2/Image_Graph-0.7.2/Graph/Plot/Pie.php.origin 2005-11-28 01:21:16 +0300 +++ Image_Graph-0.7.2/Image_Graph-0.7.2/Graph/Plot/Pie.php 2007-03-13 15:39:32 +0300 @@ -24,7 +24,7 @@ * @author Jesper Veggerby * @copyright Copyright (C) 2003, 2004 Jesper Veggerby Hansen * @license http://www.gnu.org/copyleft/lesser.html LGPL License 2.1 - * @version CVS: $Id: Pie.php,v 1.19 2005/11/27 22:21:16 nosey Exp $ + * @version CVS: $Id: Pie.php,v 1.20 2006/03/06 22:05:22 nosey Exp $ * @link http://pear.php.net/package/Image_Graph */ @@ -499,7 +499,6 @@ if (is_array($this->_dataset)) { $this->_canvas->startGroup(get_class($this) . '_' . $this->_title); - $this->_clip(true); $totals = $this->_getTotals(); $totals['CENTER_X'] = (int) (($this->_left + $this->_right) / 2); @@ -613,7 +612,6 @@ } } unset($keys); - $this->_clip(false); $this->_canvas->endGroup(); } }