mirror of
https://github.com/foliojs/pdfkit.git
synced 2026-02-01 16:56:57 +00:00
Fixing typo which make tests fail
Now fontkit branch should be functional
This commit is contained in:
parent
de667832fe
commit
4b76170550
@ -12,7 +12,7 @@ class PNGImage
|
||||
embed: (@document) ->
|
||||
return if @obj
|
||||
|
||||
@obj = document.ref
|
||||
@obj = @document.ref
|
||||
Type: 'XObject'
|
||||
Subtype: 'Image'
|
||||
BitsPerComponent: @image.bits
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user