- Timestamp:
- 2007/10/26 11:09:05 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/graph/SC_GraphPie.php
r15635 r16571 167 167 // 前面のみ 168 168 if($end > 90 && $end < 270) { 169 list($ax, $ay) = lfGetArcPos($x, $y, $w, $h, $end);169 list($ax, $ay) = $this->lfGetArcPos($x, $y, $w, $h, $end); 170 170 // ラインのずれを補正する 171 171 if($end > 180) {
Note: See TracChangeset
for help on using the changeset viewer.