コード例 #1
0
ファイル: jpgraph.php プロジェクト: Avantians/Textcube
 function Arc($xc, $yc, $w, $h, $s, $e)
 {
     list($xc, $yc) = $this->Rotate($xc, $yc);
     $s += $this->a;
     $e += $this->a;
     parent::Arc($xc, $yc, $w, $h, $s, $e);
 }