mirror of
https://github.com/KanjiVG/kanjivg.git
synced 2026-05-12 21:48:09 +02:00
Fixed usage of realord
This commit is contained in:
+1
-1
@@ -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