Edit

kc3-lang/freetype/src/smooth

Branch :

  • Show log

    Commit

  • Author : Alexei Podtelezhnikov
    Date : 2024-04-14 15:37:57
    Hash : b3a6a20a
    Message : [smooth] Switch to vertical bisections. With horizontal bisections, the smallest section is a whole single scanline. Almost horizontal lines or other complex scanlines can easily overflow the rendering pool. Switching to vertical bisections splits the scanlines and should rule out the overflows. Fixes #1269. * src/smooth/ftgrays.c (gray_convert_glyph): Bisect vertically.