-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathknown-problems.html
More file actions
64 lines (56 loc) · 1.46 KB
/
known-problems.html
File metadata and controls
64 lines (56 loc) · 1.46 KB
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
---
layout: default
title: Known problems
name: known-problems.html
---
<div class="page-header">
<h1>Known problems</h1>
</div>
<p>
This page lists known problems with some of the files.
</p>
<h2>Duplicate files</h2>
<p>
The following files seem to have been duplicated during the creation
of the KanjiVG files.
</p>
<ul>
<li>
0514e-Hyougai.svg and 0514e-Jinmei.svg are essentially the same
variant, but with slightly different stroke positions.
</li>
<li>
07149-Jinmei.svg is an unnecessary duplicate of 07149.svg with
slightly different stroke positions.
</li>
</ul>
<section id="stroke-order">
<h2>Kanji with unusual stroke orders</h2>
<p>
This section lists cases of unusual stroke orders in the files.
</p>
<ul>
<li>
05bb6-Kaisho.svg has strokes 2 and 3 of the 豕 element swapped from
the usual order, but none of the other -Kaisho files containing a 豕
element features this stroke order.
</li>
</ul>
</section>
<section id="kvg-phon-undocumented">
<h2>kvg:phon is undocumented</h2>
<p>
The meaning of the <code>kvg:phon</code> attribute has never been
clearly documented or even publicly explained. Some of them consist of
sequences of numbers separated with plus signs, the meaning of which
is unclear.
</p>
</section>
<section id="kvg-type-alphabetical">
<h2>kvg:type alphabetical codes are undocumented</h2>
<p>
The meaning of the alphabetical letters after the values
of <code>kvg:type</code> have never been clearly documented or even
publicly explained.
</p>
</section>