Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php132 var $txt_style; variable in Mpdf\\Image\\Svg
239 $this->txt_style = [
2379 $current_style = $this->txt_style[count($this->txt_style) - 1]; // mPDF 5.7.4
2742 $prev_style = $this->txt_style[count($this->txt_style) - 1];
2755 $tmp = count($this->txt_style) - 1;
2756 $current_style = $this->txt_style[$tmp];
2996 array_push($this->txt_style, $current_style);
3948 $this->textanchor = $this->txt_style[coun
[all...]