Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
10
third-party/vendor/ab_glyph_rasterizer/tests/issues.rs
vendored
Normal file
10
third-party/vendor/ab_glyph_rasterizer/tests/issues.rs
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
use ab_glyph_rasterizer::*;
|
||||
|
||||
/// Index oob panic rasterizing "Gauntl" using Bitter-Regular.otf
|
||||
#[test]
|
||||
fn rusttype_156_index_panic() {
|
||||
let mut r = Rasterizer::new(6, 16);
|
||||
r.draw_line(point(5.54, 14.299999), point(3.7399998, 13.799999));
|
||||
r.draw_line(point(3.7399998, 13.799999), point(3.7399998, 0.0));
|
||||
r.draw_line(point(3.7399998, 0.0), point(0.0, 0.10000038));
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue