Lines Matching refs:viewBox
739 * @param string $viewBox
742 private function getViewBoxAttributes(string $viewBox): array argument
744 $attributes = explode(" ", $viewBox);
750 $attributes = explode(",", $viewBox);
1015 $viewBox = $documentElement->getAttribute(FetcherSvg::VIEW_BOX);
1016 if (empty($viewBox)) {
1607 …$viewBox = $this->getXmlDocument()->getDomDocument()->documentElement->getAttribute(FetcherSvg::VI…
1608 if ($viewBox !== "") {
1609 $attributes = $this->getViewBoxAttributes($viewBox);
1642 $viewBox = $this->getXmlDom()->documentElement->getAttribute(FetcherSvg::VIEW_BOX);
1643 if ($viewBox !== "") {
1644 $attributes = $this->getViewBoxAttributes($viewBox);