Skip to content

Commit

Permalink
Update test image size
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Feb 2, 2024
1 parent dd2c907 commit ceb6dcc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions tests/images/a_hebrew_word.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions tests/images/an_arabic_word.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions tests/shaping_and_rendering.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down Expand Up @@ -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();
}

Expand Down

0 comments on commit ceb6dcc

Please sign in to comment.