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