Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php154 var $textoutput; // mPDF 5.7.4 variable in Mpdf\\Image\\Svg
211 $this->textoutput = ''; // mPDF 5.7.4
3872 // If in the middle of <text> element, add to textoutput, else WriteString
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,
[all...]