Skip to content

Commit 11789c5

Browse files
Kate IvanovaiText-CI
authored andcommitted
Add test on advanced stroke properties
DEVSIX-2258
1 parent 312859d commit 11789c5

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

svg/src/test/java/com/itextpdf/svg/renderers/StrokeTest.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,10 @@ public void noLineStrokeTest() throws IOException, InterruptedException {
8181
public void noLineStrokeWidthTest() throws IOException, InterruptedException {
8282
convertAndCompareVisually(SOURCE_FOLDER, DESTINATION_FOLDER, "noLineStrokeWidth");
8383
}
84+
85+
@Test
86+
//TODO: update cmp-file after DEVSIX-2258
87+
public void advanced_stroke_Test() throws IOException, InterruptedException {
88+
convertAndCompareVisually(SOURCE_FOLDER, DESTINATION_FOLDER, "stroke_advanced");
89+
}
8490
}
Lines changed: 21 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)