Skip to content

Commit 84e5e66

Browse files
committed
Add notes to remaining failing colr tests
1 parent 4374137 commit 84e5e66

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

scripts/gen-shaping-tests.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,13 @@
4848
# which we don't do yet. Is basically the same as morx_20_005, but with `--show-flags`
4949
"glyph_flags_002",
5050

51-
# These currently return different results from harfbuzz.
51+
# The glyph extents are shifted 100 units to the right in HarfBuzz due to "undocumented rasterizer behavior"
52+
# (see https://github.com/harfbuzz/harfbuzz/blob/462a54895b97cf5a3fd023f4ea5528a9b0e14e0e/src/OT/glyf/Glyph.hh#L520-L528
53+
# and https://github.com/harfbuzz/harfbuzz/pull/1999).
54+
# ttf-parser currently does not implement this.
5255
"colr_011",
56+
57+
# Requires support in ttf-parser (https://github.com/harfbuzz/ttf-parser/pull/185)
5358
"colr_014",
5459
]
5560

0 commit comments

Comments
 (0)