1
0
mirror of https://github.com/KanjiVG/kanjivg.git synced 2026-07-09 15:20:30 +02:00

Fix part miscount in 066e9

This commit is contained in:
Ben Bullock
2023-02-10 10:27:16 +09:00
parent b6f7ab58be
commit 835e841445
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ kvg:type CDATA #IMPLIED >
</g>
<path id="kvg:066e9-s14" kvg:type="㇑" d="M42.81,54.62c1.46,0.38,2.13,2.09,2.13,2.89c0,2.59,1.05,9.45,1.05,15.65"/>
<path id="kvg:066e9-s15" kvg:type="㇑" d="M67.31,52.55c1.18,0.76,1.09,1.67,0.96,2.86c-0.52,4.67-1.27,9.81-1.97,15.78"/>
<g id="kvg:066e9-g9" kvg:element="三" kvg:part="1" kvg:position="bottom">
<g id="kvg:066e9-g9" kvg:element="三" kvg:part="2" kvg:position="bottom">
<g id="kvg:066e9-g10" kvg:element="一">
<path id="kvg:066e9-s16" kvg:type="㇐" d="M30.16,66.43c1.02,0.28,3.98,0.34,5,0.28c9.33-0.54,31.72-2.71,41.74-3.33c1.69-0.11,2.72,0.13,3.58,0.27"/>
</g>
+3 -1
View File
@@ -6,8 +6,10 @@ use FindBin '$Bin';
use v5.32;
no warnings qw(experimental::signatures);
use feature qw(signatures say);
# Requires install. cpanm JSON::Create
# Requires install. "cpanm JSON::Create"
use JSON::Create 'write_json';
# The index we write to the file.
my %index;
my @files = <$Bin/kanji/*.svg>;
for my $file (@files) {