Re-generate word tests so they don't wrap because that's not what they are testing.

This commit is contained in:
dtzxporter 2024-02-01 20:32:18 -05:00 committed by Jeremy Soller
parent 07a65cf81f
commit e83f55bfeb
3 changed files with 6 additions and 6 deletions

View file

@ -11,7 +11,7 @@ fn test_hebrew_word_rendering() {
.font_size(36., 40.)
.font_attrs(attrs)
.text("בדיקה")
.canvas(100, 60)
.canvas(120, 60)
.validate_text_rendering();
}
@ -46,7 +46,7 @@ fn test_arabic_word_rendering() {
.font_size(36., 40.)
.font_attrs(attrs)
.text("خالصة")
.canvas(100, 60)
.canvas(120, 60)
.validate_text_rendering();
}