Searched refs:viewBoxWidth (Results 1 – 4 of 4) sorted by relevance
994 $viewBoxWidth = $this->getIntrinsicWidth();997 $viewBoxWidth = -$zoomFactor * $viewBoxWidth;1000 $viewBoxWidth = $viewBoxWidth / $zoomFactor;1010 $x = -($viewBoxWidth - $intrinsicWidth) / 2;1012 … $documentElement->setAttribute(FetcherSvg::VIEW_BOX, "$x $y $viewBoxWidth $viewBoxHeight");1645 $viewBoxWidth = $attributes[2];1650 $this->intrinsicWidth = DataType::toIntegerCeil($viewBoxWidth);1653 …throw new ExceptionBadSyntax("The media with ($viewBoxWidth) of the svg image ($this) is not a val…
334 , viewBoxWidth = boundingClientRect.width / this.getZoom()340 this._viewBox.width = viewBoxWidth
3233 viewBoxWidth, viewBoxHeight, matrix, el;3238 viewBoxWidth = parseFloat(viewBoxAttr[3]),3244 if (widthAttr && widthAttr !== viewBoxWidth) {3245 scaleX = widthAttr / viewBoxWidth;
2 …viewBoxWidth,viewBoxHeight,matrix,el;if(viewBoxAttr&&(viewBoxAttr=viewBoxAttr.match(reViewBoxAttrV… property