mirror of
https://github.com/foliojs/pdfkit.git
synced 2025-12-08 20:15:54 +00:00
Merge pull request #309 from ef4/infinite-loop
Infinite loop when first word is longer than line
This commit is contained in:
commit
4f2f0e697d
@ -9,6 +9,7 @@ class LineWrapper extends EventEmitter
|
||||
@columns = options.columns or 1
|
||||
@columnGap = options.columnGap ? 18 # 1/4 inch
|
||||
@lineWidth = (options.width - (@columnGap * (@columns - 1))) / @columns
|
||||
@spaceLeft = @lineWidth
|
||||
@startX = @document.x
|
||||
@startY = @document.y
|
||||
@column = 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user