Skip to content
Snippets Groups Projects
Unverified Commit dae1dafa authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Lock signature aspect ratio when resizing (#7)

parent 525be0f1
No related branches found
No related tags found
No related merge requests found
Pipeline #11275 passed
......@@ -247,7 +247,8 @@ export class PdfPreview extends ScopedElementsMixin(VPULitElement) {
scaleY: scale,
angle: 0,
top: 0,
left: 0
left: 0,
lockUniScaling: true // lock aspect ratio when resizing
});
// we want to center the signature at the page
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment