You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While testing filling forms I noticed a few cases where the text had really small font size.
It turned out that the issue was a negative bound, which apparently is valid.
So likely we need Math.abs(bounds.height) here:
While testing filling forms I noticed a few cases where the text had really small font size.
It turned out that the issue was a negative bound, which apparently is valid.
So likely we need
Math.abs(bounds.height)
here:pdf-lib/src/api/text/layout.ts
Line 50 in 581d87e
The text was updated successfully, but these errors were encountered: