Skip to content

Commit 9521677

Browse files
Kate IvanovaiText-CI
authored andcommitted
Add tests for SVG moveTo followed by multiple pairs
DEVSIX-4846 Autoported commit. Original commit hash: [fd681f7b4]
1 parent 461fe49 commit 9521677

10 files changed

+70
-1
lines changed

itext.tests/itext.svg.tests/itext/svg/renderers/impl/PathSvgNodeRendererTest.cs

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,5 +369,29 @@ public virtual void EofillUnsuportedPathTest() {
369369
, NUnit.Framework.Throws.InstanceOf<SvgProcessingException>())
370370
;
371371
}
372+
373+
[NUnit.Framework.Test]
374+
public virtual void MultiplePairsAfterMoveToRelativeTest() {
375+
//TODO: update cmp-file after DEVSIX-4701 will be fixed
376+
ConvertAndCompare(sourceFolder, destinationFolder, "multiplePairsAfterMoveToRelative");
377+
}
378+
379+
[NUnit.Framework.Test]
380+
public virtual void MultiplePairsAfterMoveToAbsoluteTest() {
381+
//TODO: update cmp-file after DEVSIX-4701 will be fixed
382+
ConvertAndCompare(sourceFolder, destinationFolder, "multiplePairsAfterMoveToAbsolute");
383+
}
384+
385+
[NUnit.Framework.Test]
386+
public virtual void PathHOperatorAbsoluteAfterMultiplePairsTest() {
387+
//TODO: update cmp-file after DEVSIX-4701 will be fixed
388+
ConvertAndCompare(sourceFolder, destinationFolder, "pathHOperatorAbsoluteAfterMultiplePairs");
389+
}
390+
391+
[NUnit.Framework.Test]
392+
public virtual void PathHOperatorRelativeAfterMultiplePairsTest() {
393+
//TODO: update cmp-file after DEVSIX-4701 will be fixed
394+
ConvertAndCompare(sourceFolder, destinationFolder, "pathHOperatorRelativeAfterMultiplePairs");
395+
}
372396
}
373397
}
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

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4622b05a6341a3c56d2ad435d45a026cc7933070
1+
fd681f7b4221d0ca4d131d50335ab0b2e5971faf

0 commit comments

Comments
 (0)