Fix shape artifacts of Ka, Zhe with descender (#1518, #1521).

This commit is contained in:
be5invis 2023-01-10 19:41:42 -08:00
parent 8f86b934a8
commit 3178076c3d
16 changed files with 136 additions and 118 deletions

View file

@ -3,7 +3,7 @@ import zlib from "zlib";
import { encode, decode } from "@msgpack/msgpack";
const Edition = 22;
const Edition = 23;
const MAX_AGE = 16;
class GfEntry {
constructor(age, value) {