Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php348 var $bodyBackgroundImage;
2275 if ($this->bodyBackgroundImage) {
2276 if (isset($this->bodyBackgroundImage['gradient']) && $this->bodyBackgroundImage['gradient'] && preg_match('/(-moz-)*(repeating-)*(linear|radial)-gradient/', $this->bodyBackgroundImage['gradient'])) {
2277 $g = $this->gradient->parseMozGradient($this->bodyBackgroundImage['gradient']);
2281 } elseif ($this->bodyBackgroundImage['image_id']) { // Background pattern
2284 list($orig_w, $orig_h, $x_repeat, $y_repeat) = $this->_resizeBackgroundImage($this->bodyBackgroundImage['orig_w'], $this->bodyBackgroundImage['orig_h'], $clw, $clh, $this->bodyBackgroundImage['resiz
355 var $bodyBackgroundImage; global() variable in Mpdf\\Mpdf
[all...]