-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pdfkit
errors
#2
Labels
Comments
Still a problem with
|
This sounds like the circular reference issue as well (possible dupe of #10 depending on how we solve these). |
Code in question here is exactly - var AFMFont, PDFFont, StandardFont, fs$$1,
extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },
hasProp = {}.hasOwnProperty; so it does seem like a cycle bug to me. Adding cycle label. |
Merged
Fixed by #39 |
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ncc version: 0.22
Source:
Expected:
No output, working pdf:
Received:
Compilation output:
The text was updated successfully, but these errors were encountered: