Skip to content

Commit df1b913

Browse files
author
Kate Ivanova
committed
Update PdfSignatureAppearanceTest
DEVSIX-6327
1 parent 36c2f7a commit df1b913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sign/src/test/java/com/itextpdf/signatures/sign/PdfSignatureAppearanceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public void textAutoscaleTest02() throws GeneralSecurityException, IOException {
130130
String fileName = "textAutoscaleTest02.pdf";
131131
String dest = DESTINATION_FOLDER + fileName;
132132

133-
Rectangle rect = new Rectangle(36, 648, 100, 50);
133+
Rectangle rect = new Rectangle(36, 648, 150, 50);
134134
testSignatureAppearanceAutoscale(dest, rect, PdfSignatureAppearance.RenderingMode.DESCRIPTION);
135135

136136
assertAppearanceFontSize(dest, 6.83f);

0 commit comments

Comments
 (0)