function polygon($points, $color, $width = null, $style = array(), $fill = false) {
   $this->_pdf->polygon($points, $color, $width, $style, $fill);
 }