Brian Sweeney
Brian Sweeney
Thanks for the follow up that definitely clarifies the use case.
> This appears to be a regression bug? Not a regression, the original fix prefixed those calls with an `@` to suppress errors and that change is still present. Are...
Font mapping in SvgLib is more challenging. That library doesn't use Dompdf's font management functionality. Perhaps the solution would be to tweak Cpdf to exclude unused fonts when it's compiling...
I was able to make this work after I remapped **all** the default font families (generic and core PDF). I updated the [wiki's PDF/A guidance](https://github.com/dompdf/dompdf/wiki/PDFA-Support) to indicate this. The Cpdf...
I believe what is happening is that a cached font metrics for one of the core fonts already exist in the directory specified by the fontCache configuration option. When the...
Thanks for the feedback. I'm still looking to see if I can do something more in the code or provide better guidance in the wiki.
OK I have a work around for the issue. If the SVG document has an inline style declaration on the SVG element you can override the default font. ``` ```...
There does appear to be an inconsistency there when compared to browser functionality. We'll look into it.
We never addressed this particular issue, no, though we addressed a similar issue in #1016. It doesn't look like the spec ([rfc2397](https://tools.ietf.org/html/rfc2397)) indicate spaces are allowed in the non-data component...
What are you trying to fix with this change?