Changeset 181


Ignore:
Timestamp:
2007/02/06 10:00:42 (17 years ago)
Author:
naka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/admin/total/class/SC_GraphBase.php

    r177 r181  
    7474    // ¥ê¥µ¥ó¥×¥ë 
    7575    function resampled() { 
    76         $new_width = $this->bgw * 0.9; 
    77         $new_height = $this->bgh * 0.9;      
     76        $new_width = $this->bgw * 0.8; 
     77        $new_height = $this->bgh * 0.8;      
    7878        $tmp_image = imagecreatetruecolor($new_width, $new_height); 
    7979        if(imagecopyresampled($tmp_image, $this->image, 0, 0, 0, 0, $new_width, $new_height, $this->bgw, $this->bgh)) { 
Note: See TracChangeset for help on using the changeset viewer.