From 2f228de1636aeb1581a004c49d788fd4cb133e27 Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Thu, 19 Sep 2024 10:42:25 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20Annotationen=20f=C3=BCr=20Unterschrift,?= =?UTF-8?q?=20Ort=20und=20Datum=20neu=20angeordnet?= 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