Ignore:
Timestamp:
2011/03/07 15:23:39 (15 years ago)
Author:
Seasoft
Message:

#627(ソース整形・ソースコメントの改善)
#628(未使用処理・定義などの削除)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/graph/SC_GraphBase.php

    r20011 r20538  
    189189        $this->image = imagecreatetruecolor($bgw, $bgh); 
    190190        // アンチエイリアス有効 
    191         if (function_exists("imageantialias")) imageantialias($this->image, true); 
     191        if (function_exists('imageantialias')) imageantialias($this->image, true); 
    192192        // 背景色をセット 
    193193        imagefill($this->image, 0, 0, $this->lfGetImageColor($this->image, $this->ARR_BG_COLOR)); 
Note: See TracChangeset for help on using the changeset viewer.