From ceb6dccb4011f57686126592a19fd7223ae60fad Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 2 Feb 2024 10:50:17 -0700 Subject: [PATCH] Update test image size --- tests/images/a_hebrew_word.png | 4 ++-- tests/images/an_arabic_word.png | 4 ++-- tests/shaping_and_rendering.rs | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/images/a_hebrew_word.png b/tests/images/a_hebrew_word.png index c1d5b5e..bfb4c90 100644 --- a/tests/images/a_hebrew_word.png +++ b/tests/images/a_hebrew_word.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:631490b6f9fa0a344af98dda08c10914abb9d043a7ea3c179cb2126502b9aab5 -size 2757 +oid sha256:d412b55f4c5e3ac27c1cf4ebd87adc08bf079a7afa8d385320b75f52ed34072f +size 3522 diff --git a/tests/images/an_arabic_word.png b/tests/images/an_arabic_word.png index 1fd40f1..7a4a765 100644 --- a/tests/images/an_arabic_word.png +++ b/tests/images/an_arabic_word.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2e18cc332ab76099e5bc4dc920bb34040927cadc6e9f42e09b35ff9eac0c5dd9 -size 3084 +oid sha256:cd2cc96243d6e550162a5a51837d95598bcf57690b0851d59cf92e2e3bb9e157 +size 3864 diff --git a/tests/shaping_and_rendering.rs b/tests/shaping_and_rendering.rs index e70bcbe..cb90ff0 100644 --- a/tests/shaping_and_rendering.rs +++ b/tests/shaping_and_rendering.rs @@ -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(); }