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.adjust
parent
fff58f5424
commit
b3a6a20a80
1 changed files with 6 additions and 9 deletions
Loading…
Reference in new issue