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

Glyphs for 轆轤 missing #31

Closed LoekvanKooten closed 1 year ago

LoekvanKooten commented 1 year ago

The glyphs for 36678 and 36708 seem to be missing.

parsimonhi commented 1 year ago

animCJK contains about 10000 characters (the most common). But there are more than 50000 characters referenced in unicode. As a result, there are of course many characters that are missing.

In what language do you need 轆 and 轤? Japanese?

LoekvanKooten commented 1 year ago

I totally understand! Yes, Japanese indeed.

Of course I don't know how much work this is for you, but assuming you want to constantly extend this set, this seems like a lifework that will never end.

I'm just passing on missing characters as soon as I encounter them.

parsimonhi commented 1 year ago

I see :-)

I will add these two characters soon.

Making a new character takes about 30 minutes.

parsimonhi commented 1 year ago

Done!

LoekvanKooten commented 1 year ago

Thanks a lot!