-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
79 lines (61 loc) · 2.17 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
---
layout: default
title: The Kanji Vector Graphics (KanjiVG) project
name: index.html
---
<div class="page-header">
<h1>KanjiVG</h1>
</div>
<p>
KanjiVG (Kanji Vector Graphics)
provides <a href="glossary.html#vector-graphics">vector graphics</a>
and other information about <a href="glossary.html#kanji">kanji</a>
used by the Japanese language. For each character, it provides an
<a href="glossary.html#svg">SVG</a> file which gives the shape and
direction of its strokes, as well as
the <a href="glossary.html#stroke-order">stroke order</a>. Each file
is also enriched with information about the components of the
character such as the <a href="glossary.html#radical">radical</a>,
or the type of stroke employed.
</p>
<p>
It is very easy to create stroke order diagrams, animations, kanji
dictionaries, and much more using
KanjiVG. See <a href="projects.html">Projects using KanjiVG</a> for
a growing list of applications of the KanjiVG data.
</p>
<h2>Using</h2>
<p>
The KanjiVG diagrams are simply SVG files, and may be viewed in any
web browser or other SVG viewer. See the links at the left under
"Format" for details of the file internals.
</p>
<h2>Reporting errors</h2>
<p>
Report incorrect kanji at the KanjiVG
<a href="https://github.com/KanjiVG/kanjivg/issues">Github issues</a>
page. You need a Github account. Alternatively, use the mailing
list.
</p>
<h2>Licence</h2>
<p>
KanjiVG is copyright © 2009-{{ site.year }} Ulrich Apel. It is released
under the
<a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative
Commons Attribution-Share Alike 3.0</a> license.
</p>
<div>
<a href="https://creativecommons.org/licenses/by-sa/3.0/">
<img src="https://i.creativecommons.org/l/by-sa/3.0/88x31.png" alt="" title="">
</a>
</div>
<h2>Contact</h2>
<p>
Use our <a href="{{ site.group }}"">mailing list</a> to report
mistakes, or discuss anything related to KanjiVG.
</p>
<p>
<a href="https://validator.w3.org/check?uri=https%3A%2F%2Fraw.githubusercontent.com%2FKanjiVG%2Fkanjivg%2Fmaster%2Fkanji%2F051fe.svg">
<img src="https://www.w3.org/Icons/valid-svg10" alt="Valid SVG 1.0" height="31" width="88" />
</a>
</p>