servo / font-kit

A cross-platform font loading library written in Rust
Apache License 2.0
693 stars 104 forks source link

Fix a bug when the last curve on a contour is a cubic using the first point as point2 #78

Closed s3bk closed 5 years ago

s3bk commented 5 years ago

Ran into this with the XITS.otf font. Character 𝑗.

s3bk commented 5 years ago

https://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/src/raster/ftraster.c#n1951 for reference

pcwalton commented 5 years ago

Thanks!