Update test image size
This commit is contained in:
parent
dd2c907f4e
commit
ceb6dccb40
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