raphlinus / font-rs

Apache License 2.0
753 stars 49 forks source link

Fix index oob panic + changes from ab_glyph_rasterizer #45

Closed alexheretic closed 3 years ago

alexheretic commented 3 years ago

I recently reproduced and addressed an index oob panic in ab_glyph_rasterizer, reported https://gitlab.redox-os.org/redox-os/rusttype/-/issues/156.

This PR adds a similar reproduction of that issue for font-rs (test draw_line_index_panic) and all my changes to draw_line. Feel free to close if you're not interested!