Skip to content

Commit

Permalink
fix regression in compileVariableTTF with valid kwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Oct 18, 2021
1 parent c1f706d commit 0d6caaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Lib/ufo2ft/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,9 @@ def compileFeatures(
**dict(
preProcessorClass=TTFInterpolatablePreProcessor,
outlineCompilerClass=OutlineTTFCompiler,
cubicConversionError=None,
reverseDirection=True,
flattenComponents=False,
excludeVariationTables=(),
optimizeGvar=True,
),
Expand Down

0 comments on commit 0d6caaa

Please sign in to comment.