node-html-pdf
node-html-pdf copied to clipboard
Opacity issue
Setting the opacity seems to blur up the image and the text on any given element. Has anyone encountered a similar issue?
Also encountering this, anyone aware of why this is?
I have also experienced this!
Can the owners give their time to respond to this mentioned issue which was raised almost 10 months back?
Is this issue resolved yet?
I ran into problems dealing with the opacity of background images, both with the inherent challenges with modern browser standards as well as getting the rendering by phantomjs. What worked for my application is to overlap div layers and style the one on the back with background-image and opacity as a decimal a value. Also, behind those divs I had to set a background color or white, otherwise the opacity was shading to black.