Changeset 11349


Ignore:
Timestamp:
2006/12/27 14:39:30 (20 years ago)
Author:
kaki
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/branches/ec-cube-beta/html/admin/total/class/SC_GraphBase.php

    r7208 r11349  
    5151        $this->image = imagecreatetruecolor($bgw, $bgh); 
    5252        // ¥¢¥ó¥Á¥¨¥¤¥ê¥¢¥¹Í­¸ú 
    53         imageantialias($this->image, true); 
     53        //imageantialias($this->image, true); 
    5454        // ÇØ·Ê¿§¤ò¥»¥Ã¥È 
    5555        imagefill($this->image, 0, 0, lfGetImageColor($this->image, $ARR_BG_COLOR)); 
Note: See TracChangeset for help on using the changeset viewer.