This commit is contained in:
commit
a2fb9508fb
@ -23,7 +23,7 @@ import gtk
|
||||
import sys
|
||||
import array
|
||||
|
||||
from . import misc, ttLib, cffLib
|
||||
from fontTools import misc, ttLib, cffLib
|
||||
|
||||
|
||||
class Row(object):
|
||||
|
@ -814,8 +814,7 @@ class GlyphCoordinates:
|
||||
self._a.extend((x,y))
|
||||
|
||||
def extend(self, iterable):
|
||||
for x,y in iterable:
|
||||
self._a.extend((x,y))
|
||||
self._a.extend(iterable)
|
||||
|
||||
def relativeToAbsolute(self):
|
||||
a = self._a
|
||||
|
Loading…
x
Reference in New Issue
Block a user