diff --git a/tests/images/a_hebrew_word.png b/tests/images/a_hebrew_word.png index c1d5b5ef1e..bfb4c902cf 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 1fd40f1054..7a4a7659fe 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 e70bcbe6d7..cb90ff09fd 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(); }