Brian Sweeney
Brian Sweeney
> I think this is related. But the following HTML is also not rendered correctly. The logo is under the page ( what is not the case in a normal...
More than likely the issue is the extra processing that images go through when rendered as a background. If you can you supply a sample HTML and image I can...
For the three issues you identified: - Setting the Dompdf DPI to 150 improves the output in this scenario. We should be able to improve background handling to minimize destructive...
I've included a fix for the parenthesis issue in the stylesheet-parsing branch, which is slated for inclusion in the next release. Still need to look more at the background resolution...
I believe the box shifting after page break is an issue that has been previously noted, though I couldn't find it after a quick search. --- I simplified the background...
This change is targeting the symptom of the issue but not the cause. Dompdf shouldn't be generating a "/.ufm" font file path. I was under the impression that we had...
I am considering this PR, but I'd also like to know what triggers the issue since I have been unable to reproduce. A sample of the questions that come to...
Can you explain the "additional loop" comment? I'm aware of where the error occurs, which is Dompdf sending an empty font path to Cpdf which is then triggering an error...
Or alias dev-master in your composer configuration. But the 3.0.0 release is ready I'm just putting together the release notes so you can also just wait a few days. I'll...
3.0 is out, is this still an issue with that release? > validating arguments to ensure they're not empty is indeed a common practice to prevent unexpected behavior or errors....