Searched refs:svg_info (Results 1 – 1 of 1) sorted by relevance
99 var $svg_info; variable in Mpdf\\Image\\Svg201 $this->svg_info = [];268 …$w = $this->sizeConverter->convert($wset, $this->svg_info['w'] * (25.4 / $this->mpdf->dpi), $this-…269 …$h = $this->sizeConverter->convert($hset, $this->svg_info['h'] * (25.4 / $this->mpdf->dpi), $this-…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['w']) { // if 'w' set by viewBox1066 $this->kp *= ($svg_w / 0.2645) / $this->svg_info['w'];[all …]