Skip to content

Commit

Permalink
Revert "[rcjkTools] Ignore incomplete masters"
Browse files Browse the repository at this point in the history
This reverts commit 6f8778c.
  • Loading branch information
behdad committed Jan 3, 2024
1 parent 6f8778c commit 5774d99
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rcjkTools.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ def glyphMasters(glyph):
for source in glyph.sources:
if source.inactive:
continue
if not source.customData["fontra.development.status"]:
continue
locationTuple = tuplifyLocation(source.location)
assert locationTuple not in masters, locationTuple
masters[locationTuple] = glyph.layers[source.layerName]
Expand Down

0 comments on commit 5774d99

Please sign in to comment.