Fix rounding errors found in certain Extended glyphs (#1100).
This commit is contained in:
parent
a16554a244
commit
b7e7752109
3 changed files with 23 additions and 5 deletions
|
@ -4,7 +4,7 @@ const fs = require("fs-extra");
|
|||
const zlib = require("zlib");
|
||||
const { encode, decode } = require("@msgpack/msgpack");
|
||||
|
||||
const Edition = 4;
|
||||
const Edition = 5;
|
||||
const MAX_AGE = 5;
|
||||
|
||||
class GfEntry {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue