Brian Sweeney

Results 826 comments of Brian Sweeney

For sure I'll probably have some thoughts on what we can do here. I'll let you know after I've had a chance to review.

Moving this to 2.1.0, when we'll also be putting data-uris through resource validation.

It looks like the primary issue as of 3.0.0 is that the font loading logic passes all resource references through the validation logic, which did not include data URIs (the...

Closing as, ultimately, I think we'll support this through user customization and not core functionality. Follow #3133.

Will re-open if somebody can provide sample HTML + CSS that reproduces the issue.

Following up with more info. Since `box-sizing: border-box` is not declared on the full-page DIVs the height property is defining the content-box height. When you add in the padding, the...

I believe I added the call to rawurldecode (which was not in the original StackOverflow answer) in order to avoid double-encoding any characters. Of course, as shown, that does have...

Nothing internal to Dompdf. You would have to pre-process the images yourself. It won't be in the next release but I think I it's straightforward enough to investigate for the...

I believe this issue was sufficiently addressed with the 2.0.0 release. There appears to be a slight under-calculation (a pixel or two) when the core fonts are used, but I...

You are correct that `@page` supports limited styling options. What type of styling are you attempting to apply only to the first page?