Skip to content
Snippets Groups Projects
Commit 8c5f2ad0 authored by Philipp Stadler's avatar Philipp Stadler
Browse files

fix: Radikalhervorhebung für 就 hinzugefügt

Closes #330
parent e178a154
Branches
Tags
1 merge request!123fix: Radikalhervorhebung für 就 hinzugefügt
Pipeline #12538 passed
...@@ -98,6 +98,9 @@ const hanziWriterOverrides = new Map<string, Partial<HanziWriterData>>( ...@@ -98,6 +98,9 @@ const hanziWriterOverrides = new Map<string, Partial<HanziWriterData>>(
: { : {
radStrokes: [7, 8, 9, 10] radStrokes: [7, 8, 9, 10]
}, },
: {
radStrokes: [8, 9, 10, 11]
},
// defined but wrong (also as component in other chars, maybe later...) // defined but wrong (also as component in other chars, maybe later...)
: animDataConcat( : animDataConcat(
animDataSlice( animDataSlice(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment