parsimonhi / animCJK

Draw animated Japanese characters (Kanji and Kana), Korean characters (Hanja) and Chinese characters (Hanzi) in correct stroke order using svg, free open-source code.
291 stars 71 forks source link

Missing decomposition/acjk for 览 #27

Closed bendyorke closed 1 year ago

bendyorke commented 1 year ago

I am not sure if this is intended/expected, but the decomposition/acjk data for the character is:

{
  "character":"览",
  "set":["hsk5"],
  "definition":"look at, inspect; perceive",
  "pinyin":["lǎn(48)"],
  "radical":"见 (見)",
  "decomposition":"⿱见",
  "acjk":"览⿱5见.4"
}

I think this is an error, as I believe it is the only decomposition/acjk that has a stroke count following a character split

parsimonhi commented 1 year ago

You are right. It is an error. I just updated the master.

Thanks for your report.