Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php347 var $bodyBackgroundGradient;
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'];
354 var $bodyBackgroundGradient; global() variable in Mpdf\\Mpdf