Searched refs:viewBoxHeight (Results 1 – 4 of 4) sorted by relevance
995 $viewBoxHeight = $this->getIntrinsicHeight();998 $viewBoxHeight = -$zoomFactor * $viewBoxHeight;1001 $viewBoxHeight = $viewBoxHeight / $zoomFactor;1011 $y = -($viewBoxHeight - $intrinsicHeight) / 2;1012 … $documentElement->setAttribute(FetcherSvg::VIEW_BOX, "$x $y $viewBoxWidth $viewBoxHeight");1610 $viewBoxHeight = $attributes[3];1615 $this->intrinsicHeight = DataType::toIntegerCeil($viewBoxHeight);1618 …throw new ExceptionBadSyntax("The media height ($viewBoxHeight) of the svg image ($this) is not a …
335 , viewBoxHeight = boundingClientRect.height / this.getZoom()341 this._viewBox.height = viewBoxHeight
3233 viewBoxWidth, viewBoxHeight, matrix, el;3239 viewBoxHeight = parseFloat(viewBoxAttr[4]);3247 if (heightAttr && heightAttr !== viewBoxHeight) {3248 scaleY = heightAttr / viewBoxHeight;
2 …viewBoxHeight,matrix,el;if(viewBoxAttr&&(viewBoxAttr=viewBoxAttr.match(reViewBoxAttrValue))){minX=… property