Exemplo n.º 1
0
 /**
  * Resets the canvas.
  *
  * Includes fillstyle, linestyle, thickness and polygon
  *
  * @access private
  */
 function _reset()
 {
     pdf_initgraphics($this->_pdf);
     parent::_reset();
 }
Exemplo n.º 2
0
 /**
  * Resets the canvas.
  *
  * Includes fillstyle, linestyle, thickness and polygon
  *
  * @access private
  */
 function _reset()
 {
     //        ps_initgraphics($this->_ps);
     parent::_reset();
 }