Skip to content

Commit

Permalink
Explain the need for this test case
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Jul 15, 2024
1 parent e06ad24 commit 8bbb973
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ async def processGlyph(self, glyph: VariableGlyph) -> VariableGlyph:
),
(
"""
# This test font contains two problem cases:
# 1. VG_531A_00 contains a rectangle that has no width in a single source,
# which uncovered a bug with implied lineto calls with the CFF writer.
# 2. uni3479 (㑹) which uses "asymmetrical" axes, that lead to wrong results
# in normalized space: https://github.com/googlefonts/fontra-compile/issues/45
steps:
- input: fontra-read
source: "tests/data/notosanscjksc.fontra"
Expand Down

0 comments on commit 8bbb973

Please sign in to comment.