Fix composite glyph coordinate routines
Ouch, was modifying the component's own coordinates before.
This commit is contained in:
parent
70fee1648a
commit
bb56ddb971
@ -579,6 +579,7 @@ class Glyph:
|
||||
else:
|
||||
move = compo.x, compo.y
|
||||
|
||||
coordinates = GlyphCoordinates(coordinates)
|
||||
if not hasattr(compo, "transform"):
|
||||
coordinates.translate(move)
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user