* src/sfnt/ttcolr.c (tt_face_get_color_glyph_clipbox): Minor fix.

This commit is contained in:
Werner Lemberg 2021-08-09 19:27:34 +02:00
parent e40ae7569a
commit fed5521016
1 changed files with 1 additions and 1 deletions

View File

@ -863,7 +863,7 @@
format = FT_NEXT_BYTE( p1 );
if ( format < 0 || format > 1 )
if ( format > 1 )
return 0;
/* `face->root.size->metrics.x_scale` and `y_scale` are factors */