Skip to content

Commit a0374e4

Browse files
committed
Fix cmp-files related to signature appearance
DEVSIX-7787
1 parent 1192e8e commit a0374e4

File tree

46 files changed

+3
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+3
-3
lines changed

itext/itext.publications/itext.publications.signatures/itext/samples/signatures/testrunners/SignatureRunnerTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ static SignatureRunnerTest()
2626
classAreaMap.Add("iText.Samples.Signatures.Chapter02.C2_03_SignEmptyField",
2727
new List<Rectangle>(new[] {new Rectangle(46, 472, 287, 255)}));
2828
classAreaMap.Add("iText.Samples.Signatures.Chapter02.C2_04_CreateEmptyField",
29-
new List<Rectangle>(new[] {new Rectangle(82, 672, 190, 20)}));
29+
new List<Rectangle>(new[] {new Rectangle(82, 662, 190, 20)}));
3030
classAreaMap.Add("iText.Samples.Signatures.Chapter02.C2_05_CustomAppearance",
3131
new List<Rectangle>(new[] {new Rectangle(46, 472, 287, 255)}));
3232
classAreaMap.Add("iText.Samples.Signatures.Chapter02.C2_06_SignatureAppearance",

itext/itext.publications/itext.publications.signatures/itext/samples/signatures/testrunners/SignatureTypesTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ static SignatureTypesTest()
2222
ignoredAreaMap = new Dictionary<int, IList<Rectangle>>();
2323
ignoredAreaMap.Add(1, new List<Rectangle>(new[]
2424
{
25-
new Rectangle(70, 690, 170, 20),
26-
new Rectangle(70, 740, 170, 20)
25+
new Rectangle(72, 675, 170, 20),
26+
new Rectangle(72, 725, 170, 20)
2727
}));
2828
}
2929

0 commit comments

Comments
 (0)