Brian Sweeney
Brian Sweeney
I did a test with the path+querystring from that sample URL using an online [request inspector](https://requestinspector.com/) and it showed exactly what was expected. Possible that we've addressed whatever issues you...
I appreciate you putting in the effort to identify the cause. It would help us debug the issue further if we had a sample of the HTML + CSS and...
From the PHP documentation: `imagecopyresampled()` copies a rectangular portion of one image to another image, smoothly interpolating pixel values so that, in particular, reducing the size of an image still...
Likely similar to #3482. If you're able, can you try the changes in #3491 ([stylesheet-parsing-updates](https://github.com/dompdf/dompdf/tree/stylesheet-parsing-updates)) to see if that addresses the problem.
The next release will include the changes linked. I can't say for sure if that will fix your issues without a sample of your stylesheet to test against.
FYI if you're using composer you can test out unreleased branches by prefixing them with `dev-`. So, from the command line: ``` composer require --dev dompdf/dompdf:dev-stylesheet-parsing-update ``` or in your...
No estimated release though maybe I'll go ahead and push out what I have now. I was in the middle of addressing a few other issues, but this one is...
@jorgebherron the issue parsing the data-URI is probably related to #3482 for which I have a proposed fix and plan to release in the coming weeks.
interesting idea, I'll consider it for the next release
I can confirm that I see the same issue using the SVG string that's in the included PDF. I do not have any ideas right now what would cause this,...