Skip to content
Snippets Groups Projects
Commit fd770eca authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Don't emit scaleX/Y in the preview event

It's an implementation detail
parent fc52d1fb
No related branches found
No related tags found
No related merge requests found
......@@ -355,8 +355,6 @@ export class PdfPreview extends ScopedElementsMixin(VPULitElement) {
const item = this.getSignatureRect();
const data = {
"currentPage": this.currentPage,
"scaleX": item.get("scaleX") / this.canvasToPdfScale,
"scaleY": item.get("scaleY") / this.canvasToPdfScale,
"width": item.get("width") * item.get("scaleX") / this.canvasToPdfScale,
"height": item.get("height") * item.get("scaleY") / this.canvasToPdfScale,
"left": item.get("left") / this.canvasToPdfScale,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment