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