Skip to content

Commit

Permalink
Add TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Mar 11, 2024
1 parent 71f7b51 commit cde0785
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/fontra/core/instancer.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@ def componentTypes(self) -> list[bool]:
variable (has a non-empty location) and False if it is a "classic"
component.
"""
# TODO: also return True for components that vary their non-translate
# transformation fields
numComponents = len(self.activeLayerGlyphs[0].components)
return [
any(
Expand Down

0 comments on commit cde0785

Please sign in to comment.