Skip to content

Commit

Permalink
Fix TextTest again
Browse files Browse the repository at this point in the history
  • Loading branch information
weisJ committed Sep 9, 2024
1 parent e062b88 commit c1d29e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsvg/src/test/java/com/github/weisj/jsvg/TextTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ void testExtractingText() {
@Override
public void codepoint(@NotNull String codepoint, @NotNull AffineTransform glyphTransform,
@NotNull RenderContext context) {
textBuilder.append(codepoint).append(" ");
textBuilder.append(codepoint);
}

@Override
Expand Down

0 comments on commit c1d29e6

Please sign in to comment.