[varLib] downgrade default STAT version=0x00010001

This commit is contained in:
Denis Moyogo Jacquerye 2018-12-14 15:04:32 +00:00
parent 6e1e0b73f1
commit acd2a61543

View File

@ -184,7 +184,7 @@ def _add_stat(font, axes):
STAT = font["STAT"] = newTable('STAT')
stat = STAT.table = ot.STAT()
stat.Version = 0x00010002
stat.Version = 0x00010001
axisRecords = []
for i, a in enumerate(fvarTable.axes):