mirror of
https://github.com/skishore/makemeahanzi.git
synced 2025-11-01 12:07:15 +08:00
Fix stroke extraction and add orientation override
This commit is contained in:
@ -19,6 +19,10 @@ function change_glyph(method, glyph) {
|
||||
});
|
||||
}
|
||||
|
||||
window.get_glyph = function(name) {
|
||||
change_glyph('get_glyph', name);
|
||||
}
|
||||
|
||||
function to_line(pairs) {
|
||||
return {
|
||||
x1: pairs[0][0],
|
||||
|
||||
Reference in New Issue
Block a user