From 94701a747dc55e2d57c6da4084aa9cde382d47bc Mon Sep 17 00:00:00 2001 From: Philipp Stadler <a51820432@unet.univie.ac.at> Date: Fri, 24 May 2024 15:22:37 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20Radikalhervorhebung=20f=C3=BCr=20?= =?UTF-8?q?=E6=95=B4=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 0e650cc..41f6e52 100644 --- a/build/gen-hanzi-data/patched-hanzi-writer.ts +++ b/build/gen-hanzi-data/patched-hanzi-writer.ts @@ -95,6 +95,9 @@ const hanziWriterOverrides = new Map<string, Partial<HanziWriterData>>( 平: { radStrokes: [0, 3, 4] }, + 整: { + radStrokes: [7, 8, 9, 10] + }, // defined but wrong (also as component in other chars, maybe later...) 顛: animDataConcat( animDataSlice( -- GitLab