Open GoogleCodeExporter opened 9 years ago
One possibility is integrating StrokeDic:
http://www.wellscs.com/pilot/
http://www.rikai.com/programming/unistrok
Original comment by risu...@gmail.com
on 20 Jul 2008 at 12:46
the kanji stroke order font (http://www.users.waitrose.com/~potato/index.html)
is
built from SVG data. perhaps that could be used for training?
Original comment by fugouna...@gmail.com
on 19 Oct 2008 at 3:44
The stroke order font isn't necessarily drawn in the right order. It is simply a
Kanji font with the stroke order numbers on it -- this is not a format we can
easily
use. I have my doubts as to how many Kanji are actually in it also, it seems to
be
only the Japanese kanji in any case.
Original comment by risu...@gmail.com
on 19 Oct 2008 at 6:08
Oh, I meant using the SVG data that the font was automatically generated from
(see
the README in the font download), but yes, I believe it's only Japanese kanji,
kana,
roman letters etc, but that would be enough for a lot of users...
Original comment by fugouna...@gmail.com
on 19 Oct 2008 at 10:21
What does the SVG data look like? Are the strokes in the data always in the
correct
order or is it in whatever order it was drawn in .. with the 1s, 2s, 3s, etc
attached?
Original comment by risu...@gmail.com
on 19 Oct 2008 at 11:47
The author previously wrote "I think the SVG dataset I have includes animation
infomation and also puts the stroke numbers on the strokes." so I guess it's a
stroke
order animation, in the correct order, but I haven't seen it myself...
Original comment by fugouna...@gmail.com
on 20 Oct 2008 at 10:15
Original issue reported on code.google.com by
risu...@gmail.com
on 20 Jul 2008 at 12:35