Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DFetcherSvg.php995 $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 …
/plugin/rigrr/lib/svg-pan-zoom/
Dsvg-pan-zoom.js335 , viewBoxHeight = boundingClientRect.height / this.getZoom()
341 this._viewBox.height = viewBoxHeight
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
Dfabric.js3233 viewBoxWidth, viewBoxHeight, matrix, el;
3239 viewBoxHeight = parseFloat(viewBoxAttr[4]);
3247 if (heightAttr && heightAttr !== viewBoxHeight) {
3248 scaleY = heightAttr / viewBoxHeight;
Dfabric.min.js2viewBoxHeight,matrix,el;if(viewBoxAttr&&(viewBoxAttr=viewBoxAttr.match(reViewBoxAttrValue))){minX=… property