Fix composite glyph coordinate routines

Ouch, was modifying the component's own coordinates before.
This commit is contained in:
Behdad Esfahbod 2013-09-20 16:33:11 -04:00
parent 70fee1648a
commit bb56ddb971

View File

@ -579,6 +579,7 @@ class Glyph:
else:
move = compo.x, compo.y
coordinates = GlyphCoordinates(coordinates)
if not hasattr(compo, "transform"):
coordinates.translate(move)
else: