- Timestamp:
- 2011/03/07 15:23:39 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/graph/SC_GraphBase.php
r20011 r20538 189 189 $this->image = imagecreatetruecolor($bgw, $bgh); 190 190 // アンチエイリアス有効 191 if (function_exists( "imageantialias")) imageantialias($this->image, true);191 if (function_exists('imageantialias')) imageantialias($this->image, true); 192 192 // 背景色をセット 193 193 imagefill($this->image, 0, 0, $this->lfGetImageColor($this->image, $this->ARR_BG_COLOR));
Note: See TracChangeset
for help on using the changeset viewer.
