From e44d5f644c2c95b5779a7231ef3bf17c00c4233f Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Wed, 17 Jul 2024 12:32:08 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20Breite=20von=20City=20von=200,75=20auf?= =?UTF-8?q?=201,2=20erh=C3=B6ht.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- EnvelopeGenerator.Web/wwwroot/js/annotation.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EnvelopeGenerator.Web/wwwroot/js/annotation.js b/EnvelopeGenerator.Web/wwwroot/js/annotation.js index 3031ff51..f6235298 100644 --- a/EnvelopeGenerator.Web/wwwroot/js/annotation.js +++ b/EnvelopeGenerator.Web/wwwroot/js/annotation.js @@ -91,7 +91,7 @@ backgroundColor: PSPDFKit.Color.DarkBlue, blendMode: 'multiply', boundingBox: new PSPDFKit.Geometry.Rect({ - width: width * 0.75, + width: width * 1.2, height: height / 2, top: top + height + 25 + date_place_top_shift, left: left - width * .25, @@ -145,7 +145,7 @@ formFieldName: id_city_label, blendMode: 'multiply', boundingBox: new PSPDFKit.Geometry.Rect({ - width: width * 0.75, + width: width * 1.2, height: height / 2, top: top + height + 25 + label_top_shift + date_place_top_shift, left: left - width * .25