From 106c403125e77d8f064010bd7a680c2c2420e682 Mon Sep 17 00:00:00 2001 From: Siklos Date: Mon, 1 Aug 2022 11:28:20 +0200 Subject: [PATCH] test-server: Fix again --- test-server/http.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/test-server/http.js b/test-server/http.js index bb43ce4..e331d23 100644 --- a/test-server/http.js +++ b/test-server/http.js @@ -58,8 +58,13 @@ const GetSVGLayoutConfiguration = () => { MinWidth: 500, Type: 'Chassis', TypeChildContainerDefault: 'Trou', - Width: 0, - XPositionReference: 0 + Width: 500, + XPositionReference: 0, + Style: { + fillOpacity: 0, + borderWidth: 2, + stroke: 'red' + } }, { BodyColor: null,