Update test image size

This commit is contained in:
Jeremy Soller 2024-02-02 10:50:17 -07:00
parent dd2c907f4e
commit ceb6dccb40
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
3 changed files with 6 additions and 6 deletions

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:631490b6f9fa0a344af98dda08c10914abb9d043a7ea3c179cb2126502b9aab5
size 2757
oid sha256:d412b55f4c5e3ac27c1cf4ebd87adc08bf079a7afa8d385320b75f52ed34072f
size 3522

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2e18cc332ab76099e5bc4dc920bb34040927cadc6e9f42e09b35ff9eac0c5dd9
size 3084
oid sha256:cd2cc96243d6e550162a5a51837d95598bcf57690b0851d59cf92e2e3bb9e157
size 3864

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();
}