Open
Description
Observed behaviour
colorfont_tables
will FAIL if a font is both variable and have an SVG
table. Even though SVG
table indeed does not support font variations, not every glyph in a variable fonts has variations and a font might be a variable font and a color font but the color glyphs have no variations.
Expected behaviour
The check should see if color glyphs included in the SVG
table correspond to glyphs with variations in the gvar
or CFF2
tables before FAIL’ing such fonts.
Resources and steps needed to reproduce
https://github.com/aliftype/raqq/releases/tag/v2.00 FAIL’s with this check even though the color glyphs have no variations.