From b99a4817dca6f3e7789cd6406101f187afa24f43 Mon Sep 17 00:00:00 2001
From: Alex ORLUC <alex.orluc@maarch.org>
Date: Thu, 7 Jan 2021 15:52:39 +0100
Subject: [PATCH] =?UTF-8?q?FIX=C2=A0#15116=20TIME=200:05=20fix=20pos=20Y?=
 =?UTF-8?q?=20date?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/frontend/app/service/actions.service.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/frontend/app/service/actions.service.ts b/src/frontend/app/service/actions.service.ts
index 5b68607e6a..6a0d367263 100644
--- a/src/frontend/app/service/actions.service.ts
+++ b/src/frontend/app/service/actions.service.ts
@@ -94,7 +94,7 @@ export class ActionsService {
                                 'width': date.width,
                                 'height': date.height,
                                 'positionX': date.positionX,
-                                'positionY': date.positionY + 0.30,
+                                'positionY': date.positionY + 0.29,
                                 'type': 'SVG',
                                 'page': index,
                             }
-- 
GitLab