Skip to content

Commit c37c4bb

Browse files
ar3emiText-CI
authored andcommitted
Add test on marker parent issue
DEVSIX-4130
1 parent ddf0b4d commit c37c4bb

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,4 +311,11 @@ public void markerEspecialMarkerWidthHeightValuesTest() throws IOException, Inte
311311
public void deformationWhenRotationAndPreserveAspectRationNone() throws IOException, InterruptedException {
312312
convertAndCompareSinglePage(SOURCE_FOLDER, DESTINATION_FOLDER, "deformationWhenRotationAndPreserveAspectRationNone");
313313
}
314+
315+
@Test
316+
// TODO DEVSIX-4130 fix after ticket will be completed
317+
// Compare with Chrome browser
318+
public void markerParentElementTest() throws IOException, InterruptedException {
319+
convertAndCompareSinglePage(SOURCE_FOLDER, DESTINATION_FOLDER, "markerParentElementTest");
320+
}
314321
}
Lines changed: 24 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)