Skip to content

Commit

Permalink
jk, this is v1.13.17 :shipit:
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlag committed Feb 17, 2023
1 parent a27b30f commit 4a427a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/js/framework_edit_canvas.js
Original file line number Diff line number Diff line change
Expand Up @@ -1267,7 +1267,7 @@ function getLargestAdvanceWidth(glyphArray) {

for (var i = 0; i < glyphArray.length; i++) {
g = getGlyph(glyphArray[i]);
re = Math.max(re, g.getAdvanceWidth());
if(g) re = Math.max(re, g.getAdvanceWidth());
}

return re;
Expand Down
2 changes: 1 addition & 1 deletion dist/Glyphr_Studio_-_1.13.17.html

Large diffs are not rendered by default.

0 comments on commit 4a427a7

Please sign in to comment.