public function fillStroke()
 {
     if (self::DEBUG) {
         echo __FUNCTION__ . "\n";
     }
     $this->canvas->fill_stroke();
 }