示例#1
0
 public function circle($x, $y, $radius)
 {
     if (self::DEBUG) {
         echo __FUNCTION__ . "\n";
     }
     $this->canvas->circle($x, $y, $radius);
 }