function filled_rectangle($x1, $y1, $w, $h, $color) {
   $this->_pdf->filled_rectangle($x1, $y1, $w, $h, $color);
 }