Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php99 var $svg_info; variable in Mpdf\\Image\\Svg
201 $this->svg_info = [];
268 $w = $this->sizeConverter->convert($wset, $this->svg_info['w'] * (25.4 / $this->mpdf->dpi), $this->mpdf->FontSize, false);
269 $h = $this->sizeConverter->convert($hset, $this->svg_info['h'] * (25.4 / $this->mpdf->dpi), $this->mpdf->FontSize, false);
1045 $this->svg_info['x'] = $vb[0];
1046 $this->svg_info['y'] = $vb[1];
1047 $this->svg_info['w'] = $vb[2];
1048 $this->svg_info['h'] = $vb[3];
1064 if (isset($this->svg_info['w']) && $this->svg_info['
[all...]