function __construct(Frame $frame, DOMPDF $dompdf)
 {
     parent::__construct($frame, $dompdf);
     $this->_resolved_borders = array();
     $this->_content_height = 0;
 }
 function __construct(Frame $frame)
 {
     parent::__construct($frame);
     $this->_resolved_borders = array();
     $this->_content_height = 0;
 }