woff2_compress zeroes the glyf OVERLAP_SIMPLE flag
Open
- Dominant language
- C++
- Stars
- 1.8k
- Forks
- 228
- PR merge metrics
- No merged PRs in 30d
Description
In tests, woff2_compress zeroes the glyf OVERLAP_SIMPLE flag.
This bug refers to the Apple OVERLAP_SIMPLE flag, which is set by default by fontTools varLib.mutator since [#1518](https://github.com/fonttools/fonttools/pull/1518).
Before woff2_compress:
…
After woff2_compress:
…
Contributor guide
Assessment
This issue has not been assessed yet.