Searched refs:txt_style (Results 1 – 1 of 1) sorted by relevance
132 var $txt_style; variable in Mpdf\\Image\\Svg239 $this->txt_style = [2379 $current_style = $this->txt_style[count($this->txt_style) - 1]; // mPDF 5.7.42742 $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[count($this->txt_style) - 1]['text-anchor']; // mPDF 5.7.44038 $this->textanchor = $this->txt_style[count($this->txt_style) - 1]['text-anchor'];4127 array_pop($this->txt_style);[all …]