mirror of
https://github.com/foliojs/pdfkit.git
synced 2025-12-08 20:15:54 +00:00
Fix missing object.coffee outputs.
This commit is contained in:
parent
48e918803d
commit
ca8c3c38ff
@ -17,6 +17,9 @@ class PDFObject
|
||||
|
||||
else if object?.isString
|
||||
'(' + object + ')'
|
||||
|
||||
else if object?.isRaw
|
||||
object.toString()
|
||||
|
||||
else if object instanceof PDFReference
|
||||
object.toString()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user