ajaxovic
ajaxovic
I can confirm this bug. If you use float with `page-break-inside: avoid`, exception occurs. PHP code: ```php $mpdf = new \Mpdf\Mpdf([ 'tempDir' => TEMP_DIR . '/', 'debug' => true, ]);...
So... I'm waiting for merge for a while... No rush, but... :)
It was my first thought. Unfortunately, computed ```line-height``` is 20px in all variants in first post. I was fiddling with bunch of values before without luck. Here are computed values...
My programming skills are too far from even thinking about sending any pull request. Sorry... Edit: OK, I tried. I did pull request fixing this issue. I hope I didn't...