Skip to content

Commit 3f85b3c

Browse files
ar3emiText-CI
authored andcommitted
Add test on bug with one coordinate in <tspan>
DEVSIX-4143
1 parent 086a879 commit 3f85b3c

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

svg/src/test/java/com/itextpdf/svg/renderers/impl/TextSvgBranchRendererIntegrationTest.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,4 +246,10 @@ public void textFontSizeRemUnitsTest() throws IOException, InterruptedException
246246
public void textFontSizeExUnitsTest() throws IOException, InterruptedException {
247247
convertAndCompareSinglePage(SOURCE_FOLDER, DESTINATION_FOLDER, "textFontSizeExUnitsTest");
248248
}
249+
250+
@Test
251+
// TODO change cmp after DEVSIX-4143 is fixed
252+
public void tspanWithOneAbsoluteCoordinateTest() throws IOException, InterruptedException {
253+
convertAndCompareSinglePage(SOURCE_FOLDER, DESTINATION_FOLDER, "tspanWithOneAbsoluteCoordinateTest");
254+
}
249255
}
Lines changed: 5 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)