Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php106 var $svg_attribs; variable in Mpdf\\Image\\Svg
202 $this->svg_attribs = [];
1041 $this->svg_attribs = $attribs;
1042 if (isset($this->svg_attribs['viewBox'])) {
1043 $vb = preg_split('/\s+/is', trim($this->svg_attribs['viewBox']));
1098 if (isset($this->svg_attribs['overflow'])) {
1099 if ($this->svg_attribs['overflow'] == 'hidden') {
1101 $svg_w = preg_replace("/([0-9\.]*)(.*)/i", "$1", $this->svg_attribs['width']);
1102 $svg_h = preg_replace("/([0-9\.]*)(.*)/i", "$1", $this->svg_attribs['height']);
1104 // $xmax = floor($this->svg_attribs['widt
[all...]