mirror of
https://github.com/skishore/makemeahanzi.git
synced 2025-11-01 12:07:15 +08:00
Prepare to load missing radicals
This commit is contained in:
@ -544,7 +544,7 @@ this.get_glyph_render_data = function(glyph, manual_bridges, classifier) {
|
||||
var strokes = extract_strokes(
|
||||
paths, endpoints, manual_bridges || bridges, log);
|
||||
var character = String.fromCodePoint(parseInt(glyph.name.substr(3), 16));
|
||||
var expected = cjklib.stroke_counts[character];
|
||||
var expected = cjklib.getCharacterData(character).strokes;
|
||||
log.push(['success', 'For character: ' +
|
||||
String.fromCodePoint(parseInt(glyph.name.substr(3), 16))]);
|
||||
if (expected === undefined) {
|
||||
|
||||
Reference in New Issue
Block a user