function rectangle($x1, $y1, $w, $h, $color, $width, $style = array()) {
   $this->_pdf->rectangle($x1, $y1, $w, $h, $color, $width, $style);
 }