From 2d5dde177c205ad0769cb6a5a19fe0c4b811ab38 Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Wed, 18 Sep 2024 00:10:16 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20Anordnung=20der=20Annotationen=20f?= =?UTF-8?q?=C3=BCr=20Unterschrift,=20Stadt=20und=20Datum?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- EnvelopeGenerator.Web/wwwroot/js/annotation.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/EnvelopeGenerator.Web/wwwroot/js/annotation.js b/EnvelopeGenerator.Web/wwwroot/js/annotation.js index b43df366..b566c753 100644 --- a/EnvelopeGenerator.Web/wwwroot/js/annotation.js +++ b/EnvelopeGenerator.Web/wwwroot/js/annotation.js @@ -52,7 +52,7 @@ /** * Date, post code and place text form part */ - const date_place_top_shift = 14; + const date_place_top_shift = 9.5; //date const id_date = PSPDFKit.generateInstantId() const annotation_date = new PSPDFKit.Annotations.WidgetAnnotation({ @@ -64,7 +64,7 @@ boundingBox: new PSPDFKit.Geometry.Rect({ width: width * 1.55, height: height / 2, - top: top + height + 25 + date_place_top_shift + (height) + 4, + top: top + height + 25 + date_place_top_shift + (height), left: left }), fontSize: 8, @@ -93,7 +93,7 @@ boundingBox: new PSPDFKit.Geometry.Rect({ width: width * 1.2, height: height / 2, - top: top + height + 23 + date_place_top_shift, + top: top + height + 23 + date_place_top_shift + 2, left: left, }), fontSize: 8