Home
last modified time | relevance | path

Searched refs:textoutput (Results 1 – 1 of 1) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
DSvg.php154 var $textoutput; // mPDF 5.7.4 variable in Mpdf\\Image\\Svg
211 $this->textoutput = ''; // mPDF 5.7.4
3874 $this->textoutput .= ' q ' . $array_style['transformations'];
3890 $this->textoutput = ''; // mPDF 5.7.4
3932 $this->textoutput .= ' q ' . $array_style['transformations']; // mPDF 5.7.4
3960 $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 …]