public function lineTo($x, $y)
 {
     if (self::DEBUG) {
         echo __FUNCTION__ . "\n";
     }
     $this->canvas->lineto($x, $y);
 }