Fix internal seams of variants of outlined letters U+1CCE6 and U+1CCEF (#2509). (#2512)

Closes #2509
This commit is contained in:
Belleve 2024-09-21 14:25:18 -10:00 committed by GitHub
parent 902068448a
commit ad42410219
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 44 additions and 44 deletions

View file

@ -5,7 +5,7 @@ import zlib from "zlib";
import * as CurveUtil from "@iosevka/geometry/curve-util";
import { encode, decode } from "@msgpack/msgpack";
const Edition = 45;
const Edition = 46;
const MAX_AGE = 16;
class GfEntry {
constructor(age, value) {