- Timestamp:
- Sep 26, 2010, 9:40:24 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/plugins/xsPChartPlugin/lib/xsPChart.class.php
r83 r1439 73 73 parent::Render(sfConfig::get('sf_web_dir') . sfConfig::get('sf_xspchart_web_tmp_dir') . DIRECTORY_SEPARATOR . $fileName); 74 74 } // xsRender() 75 } // pChart 75 76 /** 77 * xsStroke 78 * 79 * @author roux 80 * @version 2010-09-26 81 */ 82 public function xsStroke() 83 { 84 if ( $this->ErrorReporting ) 85 $this->printErrors("GD"); 86 87 /* Save image map if requested */ 88 if ( $this->BuildMap ) 89 $this->SaveImageMap(); 90 imagepng($this->Picture); 91 } // xsStroke() 92 93 } 94 // pChart 76 95 77 96 /**
Note: See TracChangeset
for help on using the changeset viewer.