• Show log

    Commit

  • Hash : 552fc97f
    Author : Werner Lemberg
    Date : 2021-07-16T07:49:20

    [smooth] Minor fixes. * src/smooth/ftgrays.c (gray_render_conic): Move variable and structure declarations to beginning of function. Inspite of C99 compliance we still do this for the sake of backward compatibility. This also avoids a shadowing declaration of `count`. (gray_convert_glyph_inner): Fix typo.