[glyf] Remove useless assert in setCoordinates()

This commit is contained in:
Behdad Esfahbod 2021-04-13 13:50:01 -06:00
parent 34b5ff623c
commit 3cbbc25d29

View File

@ -349,8 +349,6 @@ class table__g_l_y_f(DefaultTable.DefaultTable):
into "hmtx" and "vmtx" tables if desired. (see the "getPhantomPoints"
method).
"""
# TODO: Create new glyph if not already present
assert glyphName in self.glyphs
glyph = self[glyphName]
# Handle phantom points for (left, right, top, bottom) positions.