Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DSvgImageLink.php223 $preserveStyle = DataType::toBoolean($this->mediaMarkup->getFetcher()->getFetchUrl()->getQueryPropertyValueAndRemoveIfPresent(FetcherSvg::REQUESTED_PRESERVE_ATTRIBUTE));
225 $preserveStyle = false;
228 $asImgTag = $imageSize > $this->getMaxInlineSize() || $preserveStyle;
H A DFetcherSvg.php128 private ?bool $preserveStyle = null; variable in ComboStrap\\FetcherSvg
217 if ($this->preserveStyle === null) {
220 return $this->preserveStyle;
785 $this->preserveStyle = $bool;