Skip to content

Commit

Permalink
For now, disable upconverting shadow axes, as this solution is not co…
Browse files Browse the repository at this point in the history
…rrect.
  • Loading branch information
justvanrossum committed Apr 19, 2024
1 parent 4d8dae5 commit a87dcf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fontra_rcjk/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@ def buildVariableGlyphFromLayerGlyphs(layerGlyphs, fontAxes) -> VariableGlyph:
layers=layers,
)

if not defaultGlyph.lib.get("robocjk.localAxes.behavior.2024", False):
upconvertShadowAxes(glyph, fontAxes)
# if not defaultGlyph.lib.get("robocjk.localAxes.behavior.2024", False):
# upconvertShadowAxes(glyph, fontAxes)

return glyph

Expand Down

0 comments on commit a87dcf6

Please sign in to comment.