This commit is contained in:
Ryan Oldenburg 2021-04-28 22:28:59 -05:00
parent 0ff8eb39c9
commit 9b7fa748d8

View file

@ -80,6 +80,7 @@ proc parseSvgFont*(buf: string): SvgFont =
else:
discard # Multi-rune unicode?
of "hkern":
# TODO "g" kerning
let
u1 = node.attr("u1")
u2 = node.attr("u2")