Skip to content

Commit fd681f7

Browse files
author
Kate Ivanova
committed
Add tests for SVG moveTo followed by multiple pairs
DEVSIX-4846
1 parent 4622b05 commit fd681f7

9 files changed

+68
-0
lines changed

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,4 +410,27 @@ public void eofillUnsuportedPathTest() throws IOException, InterruptedException
410410
convertAndCompare(sourceFolder, destinationFolder, "eofillUnsuportedPathTest");
411411
}
412412

413+
@Test
414+
//TODO: update cmp-file after DEVSIX-4701 will be fixed
415+
public void multiplePairsAfterMoveToRelativeTest() throws IOException, InterruptedException {
416+
convertAndCompare(sourceFolder, destinationFolder, "multiplePairsAfterMoveToRelative");
417+
}
418+
419+
@Test
420+
//TODO: update cmp-file after DEVSIX-4701 will be fixed
421+
public void multiplePairsAfterMoveToAbsoluteTest() throws IOException, InterruptedException {
422+
convertAndCompare(sourceFolder, destinationFolder, "multiplePairsAfterMoveToAbsolute");
423+
}
424+
425+
@Test
426+
//TODO: update cmp-file after DEVSIX-4701 will be fixed
427+
public void pathHOperatorAbsoluteAfterMultiplePairsTest() throws IOException, InterruptedException {
428+
convertAndCompare(sourceFolder, destinationFolder, "pathHOperatorAbsoluteAfterMultiplePairs");
429+
}
430+
431+
@Test
432+
//TODO: update cmp-file after DEVSIX-4701 will be fixed
433+
public void pathHOperatorRelativeAfterMultiplePairsTest() throws IOException, InterruptedException {
434+
convertAndCompare(sourceFolder, destinationFolder, "pathHOperatorRelativeAfterMultiplePairs");
435+
}
413436
}
Lines changed: 12 additions & 0 deletions
Loading
Lines changed: 17 additions & 0 deletions
Loading
Lines changed: 8 additions & 0 deletions
Loading
Lines changed: 8 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)