Closed totoberg123 closed 5 years ago
See https://mpdf.github.io/css-stylesheets/supported-css.html try box-shadow which should be supported on block elements.
I have tried the box-shadow on a div.
Random HTML tester result:
mPDF result:
As you can see the 'glow' is only shown on the right side of the box.
CSS:
box-shadow: 0px 0px 20px 1px grey;
Create a new issue with bug report, please. Just don't expect this to be fixed any time soon. See https://github.com/mpdf/mpdf/issues/399#issuecomment-509927758
Has this been resolved ? im having the same issue.
@buzi Unfortunately, no. Check #1096.
Hi all,
At this moment I want mpdf to create a PDF-file from a html page. I have done this succesfully, however one thing is not working. It is not displaying the outer shadow of an image.
Example: http://jsfiddle.net/jaq316/EKNtM/
Is there a reason for this not to work, or is there any known workaround?
Edit: