Brian Sweeney
Brian Sweeney
Transferring this issue to php-svg-lib since that's where it will need to be addressed. It looks like the cause is the transparent stroke styling. If I remove that attribute or...
Would need to see the actual HTML + CSS involved and possibly a sample of the images. Generally, the larger the image the more time required to process. Usage and...
There's nothing in particular about the structure of the document that would be causing slower generation. I'm not a laravel user, but I believe the `asset` function generates a full...
This seems like an oversight. Honestly, I can't think of a scenario where it would return null (though I haven't walked the code to check).
In what way is it not working? It looks like you're missing text forming (character combination). As noted elsewhere, this issue is due to lack of support for complex text...
Pull requests are always welcome. It would help diagnose the issue to know what from the CSS is causing the issue, but if you are unable to identify it I...
I have not had a chance to look into it yet. I can confirm this is happening. Looks like the calc function is running even though the variable hasn't been...
So, there are two issues here: 1. Attempting to compute a calculation where one side is null. I think if either side of the calculation is null we should not...
There is an existing request to support Factur-X (#3443), a pull request to add some level of support for PDF/A (#3269), a request to improve accessibility (#2774), among others. I...
FYI documentation is here: https://github.com/dompdf/dompdf/wiki/PDFA-Support