diff --git a/Lib/fontTools/ttLib/tables/S_V_G_.py b/Lib/fontTools/ttLib/tables/S_V_G_.py index c09f56f25..2883dd1d6 100644 --- a/Lib/fontTools/ttLib/tables/S_V_G_.py +++ b/Lib/fontTools/ttLib/tables/S_V_G_.py @@ -149,8 +149,7 @@ class table_S_V_G_(DefaultTable.DefaultTable): def decompile_format_1(self, data, ttFont): pos = 2 self.numEntries = struct.unpack(">H", data[pos:pos+2])[0] - pos += 2 - self.decompileEntryList(data, pos) + self.decompileEntryList(data) def decompileEntryList(self, data): # data starts with the first entry of the entry list.