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