Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
DFetcherSvg.php994 $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…
/plugin/rigrr/lib/svg-pan-zoom/
Dsvg-pan-zoom.js334 , viewBoxWidth = boundingClientRect.width / this.getZoom()
340 this._viewBox.width = viewBoxWidth
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
Dfabric.js3233 viewBoxWidth, viewBoxHeight, matrix, el;
3238 viewBoxWidth = parseFloat(viewBoxAttr[3]),
3244 if (widthAttr && widthAttr !== viewBoxWidth) {
3245 scaleX = widthAttr / viewBoxWidth;
Dfabric.min.js2viewBoxWidth,viewBoxHeight,matrix,el;if(viewBoxAttr&&(viewBoxAttr=viewBoxAttr.match(reViewBoxAttrV… property