Brian Sweeney
Brian Sweeney
This is an issue with SvgLib. I see a couple of problems with how the latest version renders that element. 1. The stroke is set to "none" so the line...
This is the nature of how Dompdf renders things right now. As it's rendering an element if that element reaches the end of a page a new page is started...
I don't quite follow. Can you provide more details regarding the issue you're having?
Sorry what kind of help do you need?
Is this still an issue?
This could very well be an issue with how we represent the font and how OS X does. dompdf still generates PDFs according to the 1.3 spec. Apparently starting with...
[Issue 1577](https://github.com/mozilla/pdf.js/issues/1577) in the pdf.js project discusses a similar issue.
There's not an easy way to test this theory since dompdf converts core font formatted text to WindowsANSI during rendering. Some minor code modifications might make testing possible, so I'll...
@consolibyte you might check out issue #1178 or #1179 (particularly if you're using a Windows system).
Can confirm. Not entirely sure what's going on here, so a bit of analysis is in order.