Brian Sweeney

Results 59 issues of Brian Sweeney

- Adds support for left and right keywords for page-break-before and page-break-after.

When text is styled with both whitespace and text alignment declarations the spacing and layout of the text is not always correctly interpreted. For example, if the white-space styling is...

bug
css

When ingesting a document that includes elements that look like processing instructions (``) Dompdf may throw the following error: > PHP Fatal error: Uncaught Error: Call to undefined method DOMProcessingInstruction::getAttribute()...

This update modifies Dompdf's paging logic in the following manner: - The pageable parent of an element can now be a sub-element of the page so that non-flow elements (floats,...

- Attempt to recover gracefully from temp file creation errors - Ensure artifact path validation option is set before other options

When compiling a PDF during the Cpdf render process unused fonts could be excluded from the document. The font validation would then occur during the render process instead of during...

enhancement

phpstan reports the same warnings with both 8 and 9. They should probably be fixed regardless. The signatures are the same, so I imagine they are compatible. I'm hesitant to...