From f0c1803e101611d4076c7634363f7c139a8abad1 Mon Sep 17 00:00:00 2001 From: Eric NGUYEN Date: Wed, 17 Aug 2022 16:53:09 +0200 Subject: [PATCH] test-server: Set minWidth --- test-server/http.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test-server/http.js b/test-server/http.js index 75c8628..c50792d 100644 --- a/test-server/http.js +++ b/test-server/http.js @@ -54,6 +54,7 @@ const GetSVGLayoutConfiguration = () => { { Type: 'Chassis', Width: 500, + MinWidth: 200, Style: { fillOpacity: 1, strokeWidth: 2,