Brian Sweeney
Brian Sweeney
In removing that function from the code the Google font URL in 2054 still fails as is or encoded, whereas it does work when using the encodeUri function and the...
One potential resolution would be to limit the rowspan to the available rows when adding a frame to the cellmap by adding the following to the [Cellmap::add_frame method](https://github.com/dompdf/dompdf/blob/v0.8.6/src/Cellmap.php#L565)): ``` if...
We have yet to look into supporting this feature. I don't know that we have a specific issue related to adding support for RTL, but issue #712 has some relevant...
Nice! I'll try to take a look for the next release.
@davidsickmiller you available to work on this PR. Since we took so long to review it's a bit out of date now. I'm happy to pull it in but if...
I'm thinking @davidsickmiller is not available to work on this. I'm going to pull into another branch so that it can, ideally, be finalized for the next release. Or recreate...
It's not perfect, but if you add `vertical-align: middle` to your style then the placement by dompdf is much closer to what you see in the browser.
Thanks for the feedback. Right now I can't be of too much more help. @PhenX has more knowledge of how dompdf works internally so if he has time to look...
Indeed. Dompdf currently handles line-height mostly at the block level. Using the example provided earlier you can get a better rendering if you style the span elements with `display: inline-block;`.
alignment is generally improved with #2726 but going through the samples here I do still see some room for improvement