mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 00:32:43 +10:00
fix: increase threshold
This commit is contained in:
@ -257,7 +257,7 @@ const compareSignedPdfWithImages = async ({
|
||||
width,
|
||||
height,
|
||||
{
|
||||
threshold: 0.1,
|
||||
threshold: 0.2,
|
||||
// includeAA: true, // This allows stricter testing.
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user