Lines Matching refs:height
26 list($width, $height) = $this->readSVGsize($cachefile);
27 return array($cachefile, $width, $height);
40 list($width, $height) = $this->readSVGsize($cachefile, true);
41 return array($cachefile, $width, $height);
113 $height = $attributes['height'];
115 if(substr($width, -1, 1) == '%' || substr($height, -1, 1) == '%') {
117 list(, , $width, $height) = explode(' ', $attributes['viewbox']);
122 $height = $this->convertToPixel($height);
126 if(!$height) $height = $default[0];
135 $attributes['viewBox'] = "0 0 $width $height";
145 $height