Skip to content

Commit 022fa28

Browse files
committed
Add a new SVG test that demonstrates some Path-related issues.
DEVSIX-2331
1 parent 52a5158 commit 022fa28

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,12 @@ public void invalidOperatorCSensTest() throws IOException, InterruptedException
112112
convertAndCompareVisually(sourceFolder, destinationFolder, "invalidOperatorCSens");
113113
}
114114

115+
@Test
116+
// TODO-2331 Update the cmp after the issue is resolved
117+
public void moreThanOneHParam() throws IOException, InterruptedException {
118+
convertAndCompareVisually(sourceFolder, destinationFolder, "moreThanOneHParam");
119+
}
120+
115121
@Test
116122
public void decimalPointParsingTest(){
117123
PathSvgNodeRenderer path = new PathSvgNodeRenderer();
Lines changed: 11 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)