freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][freetype/freetype][master] [sfnt] Fix format expectation for `COLR


From: Werner Lemberg (@wl)
Subject: [Git][freetype/freetype][master] [sfnt] Fix format expectation for `COLR` v1 ClipList
Date: Thu, 19 Aug 2021 21:36:17 +0000

Werner Lemberg pushed to branch master at FreeType / FreeType

Commits:

1 changed file:

Changes:

  • src/sfnt/ttcolr.c
    ... ... @@ -843,7 +843,7 @@
    843 843
     
    
    844 844
         /* Format byte used here to be able to upgrade ClipList for >16bit */
    
    845 845
         /* glyph ids; for now we can expect it to be 0. */
    
    846
    -    if ( !( clip_list_format == 0 ) )
    
    846
    +    if ( !( clip_list_format == 1 ) )
    
    847 847
           return 0;
    
    848 848
     
    
    849 849
         num_clip_boxes = FT_NEXT_ULONG( p );
    


  • reply via email to

    [Prev in Thread] Current Thread [Next in Thread]