From d678111f25ced8d14d3df179ed73725c9bf43a63 Mon Sep 17 00:00:00 2001 From: TekH Date: Mon, 1 Jun 2026 16:15:53 +0200 Subject: [PATCH] Update y-coordinates for annotations in annotations.json Adjusted the y-coordinate values for annotations with id 1, 2, and 3 in annotations.json to reposition them on their respective pages: - Changed y for id 1 from 980.0 to 380.0. - Changed y for id 2 from 980.0 to 680.0. --- .../wwwroot/fake-data/annotations.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EnvelopeGenerator.ReceiverUI/wwwroot/fake-data/annotations.json b/EnvelopeGenerator.ReceiverUI/wwwroot/fake-data/annotations.json index 741d233c..333c83b2 100644 --- a/EnvelopeGenerator.ReceiverUI/wwwroot/fake-data/annotations.json +++ b/EnvelopeGenerator.ReceiverUI/wwwroot/fake-data/annotations.json @@ -3,13 +3,13 @@ "id": 1, "page": 1, "x": 390.0, - "y": 980.0 + "y": 380.0 }, { "id": 2, "page": 2, "x": 390.0, - "y": 980.0 + "y": 680.0 }, { "id": 3,