Skip to content
Snippets Groups Projects
Commit be51984f authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FIX #18091 TIME 0:05 change original width

parent bfdcb406
No related branches found
No related tags found
No related merge requests found
......@@ -27,5 +27,5 @@
<link rel="stylesheet" href="styles.8b6195db994dd1043497.css"></head>
<body>
<app-root></app-root>
<script src="runtime-es2015.6d764e26596b8259b2e2.js" type="module"></script><script src="runtime-es5.6d764e26596b8259b2e2.js" nomodule defer></script><script src="polyfills-es5.016de5c7b74a5782d968.js" nomodule defer></script><script src="polyfills-es2015.61606da6d5867aea9335.js" type="module"></script><script src="scripts.839aa34c61ed64fb6304.js" defer></script><script src="main-es2015.277e94f081452b544394.js" type="module"></script><script src="main-es5.277e94f081452b544394.js" nomodule defer></script></body>
<script src="runtime-es2015.6d764e26596b8259b2e2.js" type="module"></script><script src="runtime-es5.6d764e26596b8259b2e2.js" nomodule defer></script><script src="polyfills-es5.016de5c7b74a5782d968.js" nomodule defer></script><script src="polyfills-es2015.61606da6d5867aea9335.js" type="module"></script><script src="scripts.839aa34c61ed64fb6304.js" defer></script><script src="main-es2015.b4be7b000f37e50be3a0.js" type="module"></script><script src="main-es5.b4be7b000f37e50be3a0.js" nomodule defer></script></body>
</html>
......@@ -119,7 +119,7 @@ export class SignaturesComponent implements OnInit {
if (signatureScaling === undefined) {
percentWidth = 25;
} else {
percentWidth = signatureScaling === false ? (600 * 100) / this.signaturesService.workingAreaWidth : signatureScaling;
percentWidth = signatureScaling === false ? (400 * 100) / this.signaturesService.workingAreaWidth : signatureScaling;
}
signature.width = percentWidth;
const signPosCurrentPage = this.currentWorflow.signaturePositions.filter((item: any) => item.page === this.signaturesService.currentPage);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment