Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DFetcherSvg.php131 private ?float $zoomFactor = null; variable in ComboStrap\\FetcherSvg
947 $zoomFactor = $this->getRequestedZoom();
950 $zoomFactor = -4;
952 $zoomFactor = 1; // 0r 1 :)
973 if ($this->isCropRequested() || $zoomFactor !== 1) {
996 if ($zoomFactor < 0) {
997 $viewBoxWidth = -$zoomFactor * $viewBoxWidth;
998 $viewBoxHeight = -$zoomFactor * $viewBoxHeight;
1000 $viewBoxWidth = $viewBoxWidth / $zoomFactor;
1001 $viewBoxHeight = $viewBoxHeight / $zoomFactor;
[all …]