[VarComposites] Another fix after transform change
This commit is contained in:
parent
e3a37f07bf
commit
07bc09fb0c
@ -1835,7 +1835,7 @@ class GlyphVarComponent(object):
|
||||
if (
|
||||
flags & VarComponentFlags.HAVE_SCALE_X
|
||||
and flags & VarComponentFlags.HAVE_SCALE_Y
|
||||
and fl2fi(self.scaleX, 10) == fl2fi(self.scaleY, 10)
|
||||
and fl2fi(self.transform.scaleX, 10) == fl2fi(self.transform.scaleY, 10)
|
||||
):
|
||||
flags |= VarComponentFlags.UNIFORM_SCALE
|
||||
flags ^= VarComponentFlags.HAVE_SCALE_Y
|
||||
|
Loading…
x
Reference in New Issue
Block a user