Searched refs:textoutput (Results 1 – 1 of 1) sorted by relevance
154 var $textoutput; // mPDF 5.7.4 variable in Mpdf\\Image\\Svg211 $this->textoutput = ''; // mPDF 5.7.43874 $this->textoutput .= ' q ' . $array_style['transformations'];3890 $this->textoutput = ''; // mPDF 5.7.43932 $this->textoutput .= ' q ' . $array_style['transformations']; // mPDF 5.7.43960 $this->textoutput .= $p_cmd;4011 while (preg_match('/mPDF-AXS\((.*?)\)/', $this->textoutput, $m)) {4014 …$this->textoutput = preg_replace('/mPDF-AXS\((.*?)\)/', sprintf('%.4F', $txk), $this->textoutput, …4016 $this->textoutput = preg_replace('/mPDF-AXS\((.*?)\)/', '\\1', $this->textoutput, 1);4020 $this->svgWriteString($this->textoutput);[all …]