Skip to content

Commit

Permalink
Tests: test arabic characters
Browse files Browse the repository at this point in the history
Input document based on Batik PR by Paritosh Chauhan.
  • Loading branch information
carlosame committed Oct 21, 2024
1 parent 8b23cd1 commit e39e88d
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,11 @@ public void testTextAnchor3() throws TranscoderException, IOException {
test("samples/tests/spec/text/textAnchor3.svg");
}

@Test
public void testTextArabicCharacters() throws TranscoderException, IOException {
testNV("samples/tests/spec/text/arabicCharacters.svg");
}

@Test
public void testTextBiDi() throws TranscoderException, IOException {
test("samples/tests/spec/text/textBiDi.svg");
Expand Down
30 changes: 30 additions & 0 deletions samples/tests/spec/text/arabicCharacters.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e39e88d

Please sign in to comment.