Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php156 var $textanchor; // mPDF 5.7.4 variable in Mpdf\\Image\\Svg
212 $this->textanchor = 'start'; // mPDF 5.7.4
3891 $this->textanchor = 'start'; // mPDF 5.7.4
3948 $this->textanchor = $this->txt_style[count($this->txt_style) - 1]['text-anchor']; // mPDF 5.7.4
4004 if ($this->textanchor == 'end') {
4006 } elseif ($this->textanchor == 'middle') {
4038 $this->textanchor = $this->txt_style[count($this->txt_style) - 1]['text-anchor'];
4168 if ($this->textanchor == 'end') {
4170 } elseif ($this->textanchor == 'middle') {