From 8c5f2ad05140d25ab5130e47577e59ea98c14183 Mon Sep 17 00:00:00 2001 From: Philipp Stadler <a51820432@unet.univie.ac.at> Date: Sun, 26 May 2024 18:19:33 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20Radikalhervorhebung=20f=C3=BCr=20?= =?UTF-8?q?=E5=B0=B1=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #330 --- build/gen-hanzi-data/patched-hanzi-writer.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/gen-hanzi-data/patched-hanzi-writer.ts b/build/gen-hanzi-data/patched-hanzi-writer.ts index 41f6e52..a036312 100644 --- a/build/gen-hanzi-data/patched-hanzi-writer.ts +++ b/build/gen-hanzi-data/patched-hanzi-writer.ts @@ -98,6 +98,9 @@ const hanziWriterOverrides = new Map<string, Partial<HanziWriterData>>( 整: { radStrokes: [7, 8, 9, 10] }, + 就: { + radStrokes: [8, 9, 10, 11] + }, // defined but wrong (also as component in other chars, maybe later...) 顛: animDataConcat( animDataSlice( -- GitLab