-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Error reading SVG table (ReferenceError: uint16 is not defined) #127
Labels
bug
For code that is demonstrably wrong.
Comments
ah, good find: yeah that should absolutely be |
Created a testcase in testing/manual/custom/issue-127. with code
and result
|
v2.3.6 published |
#128 filed to follow up on the testing issue. |
Thanks for the speedy turnaround! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context
Compiling a figma plugin (ui code) with esbuild
Trying to read the "SVG" table in an opentype font (Abelone)
Failing code
eg:
It looks like this line is meant to say
p.uint16
perhaps?As an aside, when I tried to add a failing test to
testing/browser/tests/test.otf.js
, throwing an exception seems to just hang the test host until timeout instead of failing the test.The text was updated successfully, but these errors were encountered: