Re-generate word tests so they don't wrap because that's not what they are testing.
This commit is contained in:
parent
07a65cf81f
commit
e83f55bfeb
3 changed files with 6 additions and 6 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue