mirror of
https://github.com/KanjiVG/kanjivg.git
synced 2026-04-20 12:30:42 +02:00
Fixed usage of realord
This commit is contained in:
@@ -104,7 +104,7 @@ class StrokeGr:
|
||||
if (self.element): elt = self.element
|
||||
else: elt = self.original
|
||||
gid = "c" + idRoot
|
||||
if elt: gid += "-" + hex(ord(elt))[2:]
|
||||
if elt: gid += "-" + hex(realord(elt))[2:]
|
||||
else: gid += "-xxxx"
|
||||
gid += "-" + str(idCpt[0])
|
||||
idCpt[0] += 1
|
||||
|
||||
Reference in New Issue
Block a user