Brian Sweeney

Results 826 comments of Brian Sweeney

I'll review but a better solution would probably be to finalize the work started in #2107. Parsing your sample through the changes proposed in that PR also produce the desired...

It's been a while since I last looked at 2107, so I don't have any definitive guidance at the moment. I need to review the functionality from the ground up...

> I checked out the branch in https://github.com/dompdf/dompdf/pull/2107 and rebased, the solution doesn't seem to work for me. That change is working OK for me with your sample. Still, it...

Look for minimal support in the next release, but this won't be fully developed until at least 0.7.2.

Nothing yet, sorry ... have some initial work done so I'll clean it up and create a branch in case anyone else wants to help.

sorry, nothing yet

Is this something you need to do through Cpdf? An image can be easily placed on all pages by styling it `position: fixed`. And even if you need to do...

This does appear to be the case. I'll need to review in more detail before I can provide any guidance.

The prime issue appears to be that Dompdf is having trouble recognizing that there are elements that take space when they're all floats. I was able to sort of work...

Due to a quirk in the way Dompdf manages the Cpdf canvas adapter if the page size differs from the page size specified in the Options when Dompdf is initialized,...