Skip to content
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

Fix the loca index in glyf.js #16

Merged
merged 1 commit into from
May 31, 2018
Merged

Fix the loca index in glyf.js #16

merged 1 commit into from
May 31, 2018

Conversation

bbqaaq
Copy link
Contributor

@bbqaaq bbqaaq commented May 10, 2018

the parameter i in glyf:52 is a string, not a number
and loca[i + 1] will just return undefined, as 'i + 1' means nothing

請看一看檢查一下, 應該幫到很多想用fontmin 的朋友
可以的話, 請幫忙merge一下

解決
#7

the parameter i in glyf:52 is a string, not a number
and loca[i + 1] will just return undefined, as 'i + 1' means nothing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants