Brian Sweeney
Brian Sweeney
That error should show anytime you call the render method since that's when stylesheets are parsed. You're maybe only seeing the error on save because it's buffered/cleared when streaming the...
I'll see if I can track down anything in that stylesheet that may be causing issues.
I was unable to reproduce the issue under normal operation. The line in question is set to suppress errors so it should not be reported. I suspect your installation's error...
This is probably related to #2831. I do not have a work-around for this issue just yet.
Can you provide a copy of the SVG document?
OK yeah, I'm seeing the slant as well with that image. The problem is with SvgLib, so I'll move this issue to that project.
I'm attempting to get a build of PHP running on my own system so I can do some testing.
I'll need to see a sample of your HTML before I can say for sure, but this looks to be an issue when using tables with collapsed borders. Without collapse...
The JSON files generated at runtime are optimized versions of the AFM/UFM files. You can [specify a different directory](https://github.com/dompdf/dompdf/wiki/Usage#options) where new fonts and their metrics (fontDir) and the generated JSON...
This seems ... ok? Though unnecessary. The addDirectoryEntry function itself is used nowhere else so we could just as easily remove the function and leave the entry addition logic as-is.