Index: branches/dev/html/admin/total/class/SC_GraphBase.php
===================================================================
--- branches/dev/html/admin/total/class/SC_GraphBase.php	(revision 167)
+++ branches/dev/html/admin/total/class/SC_GraphBase.php	(revision 168)
@@ -75,5 +75,5 @@
 	function resampled() {
 		$tmp_image = imagecreatetruecolor($this->bgw, $this->bgh);
-		if(imagecopyresampled($tmp_image, $this->image, 0, 0, $this->bgw, $this->bgh, $this->bgw, $this->bgh)) {
+		if(imagecopyresampled($tmp_image, $this->image, 0, 0, 0, 0, $this->bgw, $this->bgh, $this->bgw, $this->bgh)) {
 			$this->image = $tmp_image;
 		}
