-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# KanjiVGToHanziWriterConverter | ||
This python script can be used to convert svg files from [KanjiVG](https://kanjivg.tagaini.net) to a format usable with [HanziWriter](https://hanziwriter.org). Namely it converts all path elements to cubic Bézier curves and estimates medians via interpolation. | ||
This python script can be used to convert svg files from [KanjiVG](https://kanjivg.tagaini.net) to a format usable with [HanziWriter](https://hanziwriter.org). Namely it scales and translates the svg data, converts all path elements to cubic Bézier curves and estimates medians via interpolation. | ||
|
||
This script was use to generate the svg data for the Anki decks [常用漢字書き取り (Jouyou Kanji Writing Practice)](https://ankiweb.net/shared/info/536709674) and [常用外漢字書き取り (Jouyougai Kanji Writing Practice)](https://ankiweb.net/shared/info/1439997872). | ||
This script was used to generate the svg data for the Anki decks [常用漢字書き取り (Jouyou Kanji Writing Practice)](https://ankiweb.net/shared/info/536709674) and [常用外漢字書き取り (Jouyougai Kanji Writing Practice)](https://ankiweb.net/shared/info/1439997872). | ||
|
||
## License | ||
This project is licensed under the MIT License. |