Ignore:
Timestamp:
2014/06/03 15:20:54 (12 years ago)
Author:
shutta
Message:

#2448 typo修正・ソース整形・ソースコメントの改善 for 2.13.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/graph/SC_Graph_Pie.php

    r23124 r23506  
    152152        } 
    153153        // 底面の描画 
    154         imagearc($this->image, $x, $y + $z, $w, $h, 0, 180 , $this->flame_color); 
     154        imagearc($this->image, $x, $y + $z, $w, $h, 0, 180, $this->flame_color); 
    155155 
    156156        // 上面の描画 
Note: See TracChangeset for help on using the changeset viewer.