@@ 3534-3534 (lines=1) @@ | ||
3531 | $this->parsingCss->fontSet(); |
|
3532 | ||
3533 | $h = $this->parsingCss->value['height']; |
|
3534 | if ($h) $h -= $this->parsingCss->value['border']['t']['width'] + $this->parsingCss->value['border']['b']['width']; |
|
3535 | if ($h <= 0) $h = $this->parsingCss->value['border']['t']['width'] + $this->parsingCss->value['border']['b']['width']; |
|
3536 | ||
3537 | $this->_drawRectangle($this->pdf->getX(), $this->pdf->getY(), $this->parsingCss->value['width'], $h, $this->parsingCss->value['border'], 0, 0, $this->parsingCss->value['background']); |
|
@@ 3535-3535 (lines=1) @@ | ||
3532 | ||
3533 | $h = $this->parsingCss->value['height']; |
|
3534 | if ($h) $h -= $this->parsingCss->value['border']['t']['width'] + $this->parsingCss->value['border']['b']['width']; |
|
3535 | if ($h <= 0) $h = $this->parsingCss->value['border']['t']['width'] + $this->parsingCss->value['border']['b']['width']; |
|
3536 | ||
3537 | $this->_drawRectangle($this->pdf->getX(), $this->pdf->getY(), $this->parsingCss->value['width'], $h, $this->parsingCss->value['border'], 0, 0, $this->parsingCss->value['background']); |
|
3538 | $this->_maxH = $h; |