Fix a blend bug (flipped finals in some cases)

This commit is contained in:
Steven Robertson 2012-05-31 22:15:51 -07:00
parent 2ca35c0af3
commit e509675737

View File

@ -229,7 +229,7 @@ def padding_xform(xf, isfinal):
xout['post_affine'] = {'angle': 135, 'spread': 135}
for k in xf.get('variations', {}):
if k in hole_variations:
if k in hole_variations and not isfinal:
# Attempt to correct for some known-ugly variations.
xout['pre_affine']['angle'] += 180
vars['linear'] = dict(weight=-1)