Questions tagged [kanjivg]

**KanjiVG** is an opensource project providing XML shapes, strokes order, strokes directions, stroke starting point indicator, and decomposition for Japanese kanjis.

KanjiVG is an opensource project providing XML shapes, strokes order, strokes directions, stroke starting point indicator, and decomposition for Japanese kanjis. See: website: http://kanjivg.tagaini.net/ ; repository: https://github.com/KanjiVG/kanjivg

2 questions
10
votes
5 answers

How do I create kanji (Japanese letters) animations from SVG data in Objective-C?

I've seen several iPhone/iPad apps that show animated kanji. For those of you who are unfamiliar with kanji, stroke order is a very important part of kanji studying so if you are doing an app showing the animated stroke order is an essential…
Julian
  • 8,808
  • 8
  • 51
  • 90
0
votes
1 answer

Chaining transitions so end of i trigger the start of i+1 : use .each("end", dothat)?

I try to animate strokes of Chinese character one after an other. To do this "at the end of i, start transition i+1", I use each("end", animateSO(code,i+1)), where animateSO thus callback itself with an increment. // Animate strokes function var…
Hugolpz
  • 17,296
  • 26
  • 100
  • 187