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.
284 stars 72 forks source link

Possible error in graphicsJa #16

Closed cademcniven closed 3 years ago

cademcniven commented 3 years ago

I wanted to convert graphicsJa from jsonl to json (which I did using jq), but got an error:

"parse error: Invalid numeric literal at line 1011, column 2892"

which is for the character 抽. The conversion worked fine after deleting that line though. I'm not sure exactly what the issue is, but it's possible that the data for that kanji is bad, so just giving you a heads up.

parsimonhi commented 3 years ago

You are right. There is an error in the data for the character 抽.

You can fix the error manually by removing the "[C,858,334],[840,211]," string from graphicsJa.txt.

I will correct the data in the next update.

parsimonhi commented 3 years ago

I updated the master to fix this error.