Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37537388
en ru br
ALT Linux repos
S:0.8.0-alt1
5.0: 0.7.2-alt3
4.1: 0.7.2-alt2

Group :: Development/Other
RPM: pear-Image_Graph

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: Graph_Plot_Pie.patch
Download


--- 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 <pear.nosey@veggerby.dk>
  * @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();
         }
     }
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin