Open vanoorschot opened 3 years ago
The string within heightOfString is rendered on page if the previous doc.text has continued:true
heightOfString
doc.text
continued:true
This should not happen.
doc.text('abc', 0, 0, {continued: true}); doc.heightOfString('X')
https://replit.com/@Bobvan5/pdfkit-heightofstring-bug
I still have the same problem
me too
Bug Report
The string within
heightOfString
is rendered on page if the previousdoc.text
hascontinued:true
Description of the problem
This should not happen.
Code sample
https://replit.com/@Bobvan5/pdfkit-heightofstring-bug
Your environment