Skip to content

Commit 28cacd8

Browse files
ars18wrwiText-CI
authored andcommitted
Add a new SVG test that demonstrates some Path-related issues.
DEVSIX-2331 Autoported commit. Original commit hash: [022fa281e]
1 parent f25a12b commit 28cacd8

File tree

4 files changed

+20
-1
lines changed

4 files changed

+20
-1
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,14 @@ public virtual void InvalidOperatorCSensTest() {
122122
;
123123
}
124124

125+
/// <exception cref="System.IO.IOException"/>
126+
/// <exception cref="System.Exception"/>
127+
[NUnit.Framework.Test]
128+
public virtual void MoreThanOneHParam() {
129+
// TODO-2331 Update the cmp after the issue is resolved
130+
ConvertAndCompareVisually(sourceFolder, destinationFolder, "moreThanOneHParam");
131+
}
132+
125133
[NUnit.Framework.Test]
126134
public virtual void DecimalPointParsingTest() {
127135
PathSvgNodeRenderer path = new PathSvgNodeRenderer();
Lines changed: 11 additions & 0 deletions
Loading

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
52a5158badef74f7d84e31e8c507687a21a40af4
1+
022fa281e293615213a453da5ca829f4b984dcd3

0 commit comments

Comments
 (0)