function circle($x, $y, $r1, $color, $width = null, $style = null, $fill = false) {
   $this->_pdf->circle($x, $y, $r1, $color, $width, $style, $fill);
 }