Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php347 var $bodyBackgroundGradient; variable in Mpdf\\Mpdf
2269 if ($this->bodyBackgroundGradient) {
2270 $g = $this->gradient->parseBackgroundGradient($this->bodyBackgroundGradient);
10172 $this->bodyBackgroundGradient = $bg['BACKGROUND-GRADIENT'];
10174 $this->bodyBackgroundGradient = false;
13258 $this->bodyBackgroundGradient = $properties['BACKGROUND-GRADIENT'];