public function addBackgroundColorInstructions(array $element, $pdfX, $pdfY, $width, $height)
    {
        if ('none' === $this->getStyle()->getRules('display')) {
            return $element;
        }